X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4a2e5ee8f9db480a7522a4dec679647829050c94..0d6fdb3cbda95ec940b9675bfcc4685e693a4738:/src/common/ctrlcmn.cpp diff --git a/src/common/ctrlcmn.cpp b/src/common/ctrlcmn.cpp index 9f6df5c86f..46532a9cda 100644 --- a/src/common/ctrlcmn.cpp +++ b/src/common/ctrlcmn.cpp @@ -31,12 +31,9 @@ #ifndef WX_PRECOMP #include "wx/log.h" #include "wx/radiobut.h" -#endif - -#if wxUSE_STATBMP - #include "wx/bitmap.h" #include "wx/statbmp.h" -#endif // wxUSE_STATBMP + #include "wx/bitmap.h" +#endif const wxChar wxControlNameStr[] = wxT("control");