X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ee6dd41a508c2bf598c178696a43bb665e0d4c01..6d0ce565ff6a0db2e7c6e3240ef4cf6fe7950a35:/src/gtk1/control.cpp diff --git a/src/gtk1/control.cpp b/src/gtk1/control.cpp index 8917ed25db..d77a65f4e8 100644 --- a/src/gtk1/control.cpp +++ b/src/gtk1/control.cpp @@ -12,8 +12,12 @@ #if wxUSE_CONTROLS -#include "wx/log.h" #include "wx/control.h" + +#ifndef WX_PRECOMP + #include "wx/log.h" +#endif + #include "wx/fontutil.h" #include "wx/settings.h" #include "wx/gtk1/private.h" @@ -260,4 +264,3 @@ wxControl::GetDefaultAttributesFromGTKWidget(wxGtkWidgetNewFromAdj_t widget_new, } #endif // wxUSE_CONTROLS -