]> git.saurik.com Git - wxWidgets.git/commitdiff
my previous commit patched the wrong file
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Thu, 8 Jan 2009 13:49:27 +0000 (13:49 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Thu, 8 Jan 2009 13:49:27 +0000 (13:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/textctrl.cpp
src/gtk1/textctrl.cpp

index 324eb6b2de8cce179c9ee71e7d3dc51742a0f7d9..7133259dcb5ab0e1fde5668cafc652bb68524706 100644 (file)
@@ -15,7 +15,6 @@
 #include "wx/textctrl.h"
 
 #ifndef WX_PRECOMP
 #include "wx/textctrl.h"
 
 #ifndef WX_PRECOMP
-    #include "wx/app.h"
     #include "wx/intl.h"
     #include "wx/log.h"
     #include "wx/utils.h"
     #include "wx/intl.h"
     #include "wx/log.h"
     #include "wx/utils.h"
index f623672fc82b7f61cbbbceba060dbfe6436e1f62..c2c52adef72fc7f341bc66c64c0ff68ed52d7a79 100644 (file)
@@ -13,6 +13,7 @@
 #include "wx/textctrl.h"
 
 #ifndef WX_PRECOMP
 #include "wx/textctrl.h"
 
 #ifndef WX_PRECOMP
+    #include "wx/app.h"
     #include "wx/intl.h"
     #include "wx/log.h"
     #include "wx/utils.h"
     #include "wx/intl.h"
     #include "wx/log.h"
     #include "wx/utils.h"