diff --git a/src/msw/combobox.cpp b/src/msw/combobox.cpp index 93e9b8a731..71e501dbcc 100644 --- a/src/msw/combobox.cpp +++ b/src/msw/combobox.cpp @@ -20,12 +20,12 @@ #pragma hdrstop #endif -#ifndef WX_PRECOMP -#include "wx/setup.h" -#endif - #if wxUSE_COMBOBOX +#ifndef WX_PRECOMP +#include "wx/settings.h" +#endif + #include "wx/combobox.h" #include "wx/clipbrd.h" #include "wx/msw/private.h"