X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b3c861501a451503b31c075ccb59d16b0ae01e99..30f27c00d6c93974a51edcde11152b81b11eb336:/src/common/bmpbase.cpp diff --git a/src/common/bmpbase.cpp b/src/common/bmpbase.cpp index 41a176ed3f..61a7762f7a 100644 --- a/src/common/bmpbase.cpp +++ b/src/common/bmpbase.cpp @@ -30,10 +30,9 @@ #include "wx/palette.h" #include "wx/icon.h" #include "wx/image.h" + #include "wx/module.h" #endif // WX_PRECOMP -#include "wx/module.h" - IMPLEMENT_ABSTRACT_CLASS(wxBitmapBase, wxGDIObject) IMPLEMENT_ABSTRACT_CLASS(wxBitmapHandlerBase,wxObject)