From: Jouk Jansen Date: Thu, 8 Jan 2009 13:49:27 +0000 (+0000) Subject: my previous commit patched the wrong file X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/844cada1622b2923754493a4c8eb91b82232093e?ds=inline my previous commit patched the wrong file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/textctrl.cpp b/src/gtk/textctrl.cpp index 324eb6b2de..7133259dcb 100644 --- a/src/gtk/textctrl.cpp +++ b/src/gtk/textctrl.cpp @@ -15,7 +15,6 @@ #include "wx/textctrl.h" #ifndef WX_PRECOMP - #include "wx/app.h" #include "wx/intl.h" #include "wx/log.h" #include "wx/utils.h" diff --git a/src/gtk1/textctrl.cpp b/src/gtk1/textctrl.cpp index f623672fc8..c2c52adef7 100644 --- a/src/gtk1/textctrl.cpp +++ b/src/gtk1/textctrl.cpp @@ -13,6 +13,7 @@ #include "wx/textctrl.h" #ifndef WX_PRECOMP + #include "wx/app.h" #include "wx/intl.h" #include "wx/log.h" #include "wx/utils.h"