]> git.saurik.com Git - wxWidgets.git/commitdiff
GTK+ headers aren't needed anymore
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 27 Feb 2005 21:55:26 +0000 (21:55 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 27 Feb 2005 21:55:26 +0000 (21:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/stc/PlatWX.cpp
src/stc/PlatWX.cpp

index 606d9d809b02178ad303a986a8472bf82aebfcdf..8408f88a72b0cf311b2772b1696ac3cc06a963bc 100644 (file)
 #include "wx/stc/stc.h"
 
 
-#ifdef __WXGTK__
-#include <gtk/gtk.h>
-#endif
-
-
 Point Point::FromLong(long lpoint) {
     return Point(lpoint & 0xFFFF, lpoint >> 16);
 }
index 606d9d809b02178ad303a986a8472bf82aebfcdf..8408f88a72b0cf311b2772b1696ac3cc06a963bc 100644 (file)
 #include "wx/stc/stc.h"
 
 
-#ifdef __WXGTK__
-#include <gtk/gtk.h>
-#endif
-
-
 Point Point::FromLong(long lpoint) {
     return Point(lpoint & 0xFFFF, lpoint >> 16);
 }