From 3730351e8a4e5b691a3fb68d1a6be14a0915da8e Mon Sep 17 00:00:00 2001 From: Pan7 Date: Sat, 20 May 2017 15:32:59 +0200 Subject: [PATCH] Remove obsolete gdk header --- radiant/texwindow.cpp | 5 ----- radiant/xywindow.cpp | 4 ---- 2 files changed, 9 deletions(-) diff --git a/radiant/texwindow.cpp b/radiant/texwindow.cpp index f2f070df..5f05d213 100644 --- a/radiant/texwindow.cpp +++ b/radiant/texwindow.cpp @@ -32,12 +32,7 @@ - Make sure the interface is not dependent on gtk. */ -#ifdef _WIN32 -//#include -#include -#endif #if defined ( __linux__ ) || defined ( __APPLE__ ) -#include #include #endif #include diff --git a/radiant/xywindow.cpp b/radiant/xywindow.cpp index cc5d332b..371ca836 100644 --- a/radiant/xywindow.cpp +++ b/radiant/xywindow.cpp @@ -31,10 +31,6 @@ #include #include -#ifdef _WIN32 -#include -#endif - // ============================================================================= // variables