]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/textctrl.cpp
docopydocs is not needed for this script.
[wxWidgets.git] / src / gtk1 / textctrl.cpp
index 5b6c8cef151df7a6cc314318ab0cfdd3a19b6504..59dc8c06906de3118fbc813bff36c4b7e0ef07dc 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"