]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/textctrl.cpp
fixed setting selection when there are NULL pages in the tree
[wxWidgets.git] / src / gtk / textctrl.cpp
index 5a7a67d2ab6c0fd0095e3e1f03ce255d7e7ae67b..73b66c7677224d26495339124451e738f0a54ffc 100644 (file)
 #include "wx/wxprec.h"
 
 #include "wx/textctrl.h"
-#include "wx/utils.h"
-#include "wx/intl.h"
-#include "wx/log.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/intl.h"
+    #include "wx/log.h"
+    #include "wx/utils.h"
+#endif
+
 #include "wx/math.h"
 #include "wx/settings.h"
 #include "wx/panel.h"