From: Václav Slavík Date: Sun, 27 Feb 2005 21:55:26 +0000 (+0000) Subject: GTK+ headers aren't needed anymore X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e508567a95c7858f7bbf21d37c189fdd6f3eac2e GTK+ headers aren't needed anymore git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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); }