Skip to content
Snippets Groups Projects
Commit c06bedc5 authored by Jan Möbius's avatar Jan Möbius
Browse files

Move glew handling into a separate header file

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@19248 383ad7c9-94d9-4d36-a494-682f7c89f535
parent d9f248e5
Branches
Tags
No related merge requests found
......@@ -40,7 +40,7 @@
* *
\*===========================================================================*/
#include <GL/glew.h>
#include <ACG/GL/acg_glew.hh>
#include <ACG/GL/GLError.hh>
#include "QtBaseViewer.hh"
......
......@@ -51,7 +51,7 @@
//== INCLUDES =================================================================
#include <GL/glew.h>
#include <ACG/GL/acg_glew.hh>
#include <OpenFlipper/BasePlugin/PluginFunctions.hh>
#include "QtGLGraphicsScene.hh"
#include "QtMultiViewLayout.hh"
......
......@@ -51,7 +51,7 @@
//== INCLUDES =================================================================
#include <GL/glew.h>
#include <ACG/GL/acg_glew.hh>
#include <OpenFlipper/common/GlobalOptions.hh>
#include <OpenFlipper/BasePlugin/PluginFunctions.hh>
#include <OpenFlipper/widgets/glWidget/QtBaseViewer.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment