X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/265c34ee780792ad5d6fb72fe8f11d56c911ff81..a166eb645e902a645e17d7abd74c0ec2add729d0:/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"