]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/textctrl.cpp
Be nice to eVC++ build process and don't include not existing files.
[wxWidgets.git] / src / gtk / textctrl.cpp
index 5a7a67d2ab6c0fd0095e3e1f03ce255d7e7ae67b..3b3cd28c2dc9ae147d10aa93557db71b6569fa21 100644 (file)
 #include "wx/wxprec.h"
 
 #include "wx/textctrl.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/intl.h"
+    #include "wx/log.h"
+#endif
+
 #include "wx/utils.h"
-#include "wx/intl.h"
-#include "wx/log.h"
 #include "wx/math.h"
 #include "wx/settings.h"
 #include "wx/panel.h"