]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/ctrlcmn.cpp
silence gcc warnings about values not handled in switch
[wxWidgets.git] / src / common / ctrlcmn.cpp
index 9f6df5c86fb20a5dabf1d1cae76102251b467186..59927459797f65b99660a109f68f5043e272c536 100644 (file)
 #ifndef WX_PRECOMP
     #include "wx/log.h"
     #include "wx/radiobut.h"
+    #include "wx/statbmp.h"
 #endif
 
 #if wxUSE_STATBMP
     #include "wx/bitmap.h"
-    #include "wx/statbmp.h"
 #endif // wxUSE_STATBMP
 
 const wxChar wxControlNameStr[] = wxT("control");