X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de6185e212ebc37ff11ff70278e3c4f68419b097..cea0869cdf378f178f2ff3751b7f348fa8db7bf2:/src/common/bmpbase.cpp diff --git a/src/common/bmpbase.cpp b/src/common/bmpbase.cpp index 065d1851ad..c0a5d14551 100644 --- a/src/common/bmpbase.cpp +++ b/src/common/bmpbase.cpp @@ -26,11 +26,11 @@ #ifndef WX_PRECOMP #include "wx/log.h" #include "wx/utils.h" + #include "wx/palette.h" + #include "wx/icon.h" + #include "wx/image.h" #endif // WX_PRECOMP -#include "wx/palette.h" -#include "wx/icon.h" -#include "wx/image.h" #include "wx/module.h" IMPLEMENT_ABSTRACT_CLASS(wxBitmapBase, wxGDIObject)