Merge pull request #498 from Pan7/remGdk

Remove obsolete gdk header
This commit is contained in:
Timothee "TTimo" Besset 2017-05-21 10:00:05 -05:00 committed by GitHub
commit 422cd9d40f
2 changed files with 0 additions and 9 deletions

View File

@ -32,12 +32,7 @@
- Make sure the interface is not dependent on gtk. - Make sure the interface is not dependent on gtk.
*/ */
#ifdef _WIN32
//#include <gdk/win32/gdkwin32.h>
#include <gdk/gdkwin32.h>
#endif
#if defined ( __linux__ ) || defined ( __APPLE__ ) #if defined ( __linux__ ) || defined ( __APPLE__ )
#include <gdk/gdkx.h>
#include <dirent.h> #include <dirent.h>
#endif #endif
#include <gtk/gtk.h> #include <gtk/gtk.h>

View File

@ -31,10 +31,6 @@
#include <assert.h> #include <assert.h>
#include <GL/gl.h> #include <GL/gl.h>
#ifdef _WIN32
#include <gdk/gdkwin32.h>
#endif
// ============================================================================= // =============================================================================
// variables // variables