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); }