]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/textctrl.cpp
use wxGtkString instead of manual g_free()s (also fixed free/g_free mismatch)
[wxWidgets.git] / src / gtk1 / textctrl.cpp
index 5b6c8cef151df7a6cc314318ab0cfdd3a19b6504..69f49709902b9f2908a732cf45150d96563d4bc2 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"
+    #include "wx/panel.h"
+#endif
+
 #include "wx/math.h"
 #include "wx/settings.h"
-#include "wx/panel.h"
 #include "wx/strconv.h"
 #include "wx/fontutil.h"        // for wxNativeFontInfo (GetNativeFontInfo())