X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/265c34ee780792ad5d6fb72fe8f11d56c911ff81..07b6378fcb2fade6cb360254beeccf2bc81f4a36:/src/gtk/textctrl.cpp diff --git a/src/gtk/textctrl.cpp b/src/gtk/textctrl.cpp index 5a7a67d2ab..3b3cd28c2d 100644 --- a/src/gtk/textctrl.cpp +++ b/src/gtk/textctrl.cpp @@ -11,9 +11,13 @@ #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"