mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Remove obsolete gdk header
This commit is contained in:
parent
ef888dede5
commit
3730351e8a
2 changed files with 0 additions and 9 deletions
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue