From e508567a95c7858f7bbf21d37c189fdd6f3eac2e Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 27 Feb 2005 21:55:26 +0000 Subject: [PATCH] GTK+ headers aren't needed anymore git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/stc/PlatWX.cpp | 5 ----- src/stc/PlatWX.cpp | 5 ----- 2 files changed, 10 deletions(-) diff --git a/contrib/src/stc/PlatWX.cpp b/contrib/src/stc/PlatWX.cpp index 606d9d809b..8408f88a72 100644 --- a/contrib/src/stc/PlatWX.cpp +++ b/contrib/src/stc/PlatWX.cpp @@ -18,11 +18,6 @@ #include "wx/stc/stc.h" -#ifdef __WXGTK__ -#include -#endif - - Point Point::FromLong(long lpoint) { return Point(lpoint & 0xFFFF, lpoint >> 16); } diff --git a/src/stc/PlatWX.cpp b/src/stc/PlatWX.cpp index 606d9d809b..8408f88a72 100644 --- a/src/stc/PlatWX.cpp +++ b/src/stc/PlatWX.cpp @@ -18,11 +18,6 @@ #include "wx/stc/stc.h" -#ifdef __WXGTK__ -#include -#endif - - Point Point::FromLong(long lpoint) { return Point(lpoint & 0xFFFF, lpoint >> 16); } -- 2.50.0