]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/data.cpp
fixed python-related files names after they had been apparently renamed in the cvs...
[wxWidgets.git] / src / gtk / data.cpp
index a160e3ff37beecac269972ed8d1b42176e47bcc1..714d5169c51ebfd91fcee5cd953e0f5d3b1396e1 100644 (file)
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
-#include "wx/object.h"
-#include "wx/window.h"
+#ifndef WX_PRECOMP
+    #include "wx/object.h"
+    #include "wx/window.h"
+#endif
+
 #include "wx/dc.h"
 #include "wx/cursor.h"
 
@@ -31,4 +34,3 @@ int g_openDialogs = 0;
 /* true when the message queue is empty. this gets set to
    false by all event callbacks before anything else is done */
 bool g_isIdle = false;
-