]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/toplevel.cpp
fixed setting selection when there are NULL pages in the tree
[wxWidgets.git] / src / gtk / toplevel.cpp
index 627bc9e3de31e9cc8502418f3bd2b499340ccbdd..877082cdc657d1ed3d910585800e948ee33b49cc 100644 (file)
 #endif
 
 #include "wx/toplevel.h"
-#include "wx/log.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/log.h"
+    #include "wx/app.h"
+#endif
+
 #include "wx/dialog.h"
 #include "wx/control.h"
-#include "wx/app.h"
 #include "wx/dcclient.h"
 #include "wx/gtk/private.h"
 #include "wx/timer.h"