X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/265c34ee780792ad5d6fb72fe8f11d56c911ff81..8ec09aacc6d8a0ef8c8e3910c46258bc20f0734b:/src/gtk/textctrl.cpp?ds=inline diff --git a/src/gtk/textctrl.cpp b/src/gtk/textctrl.cpp index 5a7a67d2ab..73b66c7677 100644 --- a/src/gtk/textctrl.cpp +++ b/src/gtk/textctrl.cpp @@ -11,9 +11,13 @@ #include "wx/wxprec.h" #include "wx/textctrl.h" -#include "wx/utils.h" -#include "wx/intl.h" -#include "wx/log.h" + +#ifndef WX_PRECOMP + #include "wx/intl.h" + #include "wx/log.h" + #include "wx/utils.h" +#endif + #include "wx/math.h" #include "wx/settings.h" #include "wx/panel.h"