summaryrefslogtreecommitdiff
path: root/src/gtk_includes.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtk_includes.hpp')
-rw-r--r--src/gtk_includes.hpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/gtk_includes.hpp b/src/gtk_includes.hpp
deleted file mode 100644
index 5a60f04..0000000
--- a/src/gtk_includes.hpp
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef GTK_INCLUDES_H
-#define GTK_INCLUDES_H
-
-
-#include <gtkmm.h>
-//#include "gl_core_3_1.hpp"
-#include <gtkglmm.h>
-//#include "gl_core_1_5_vbo.hpp"
-
-#ifdef G_OS_WIN32
-#define WIN32_LEAN_AND_MEAN 1
-#include <windows.h>
-#endif
-
-//#include <GL/gl.h>
-#include <GL/glu.h>
-
-#endif /* GTK_INCLUDES_H */
-