]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/combobox.cpp
Include wx/app.h according to precompiled headers of wx/wx.h (with other minor cleaning).
[wxWidgets.git] / src / msw / combobox.cpp
index 512a567e990147283688590328b72afdd22cb3a5..f893200c1afab0fb39fde9aaa62c5f95f1f57796 100644 (file)
 
 #if wxUSE_COMBOBOX
 
+#include "wx/combobox.h"
+
 #ifndef WX_PRECOMP
     #include "wx/settings.h"
     #include "wx/log.h"
     // for wxEVT_COMMAND_TEXT_ENTER
     #include "wx/textctrl.h"
+    #include "wx/app.h"
 #endif
 
-#include "wx/app.h"
-#include "wx/combobox.h"
 #include "wx/brush.h"
 #include "wx/clipbrd.h"
 #include "wx/msw/private.h"