]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/control.cpp
docopydocs is not needed for this script.
[wxWidgets.git] / src / gtk1 / control.cpp
index 8917ed25dba58b75e45e49ed741d80999a24f0e2..d77a65f4e8b37acaeddb54de970beb43ff3767ad 100644 (file)
 
 #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
-