From 844cada1622b2923754493a4c8eb91b82232093e Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Thu, 8 Jan 2009 13:49:27 +0000 Subject: [PATCH] my previous commit patched the wrong file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/textctrl.cpp | 1 - src/gtk1/textctrl.cpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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" -- 2.50.0