X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad9835c97c10c0d7de345e3a7a7c0fc2776eb2cb..b0b96f667dbc2fc2d3ebaa342c50bdea10f84a91:/src/mac/classic/mimetmac.cpp?ds=sidebyside diff --git a/src/mac/classic/mimetmac.cpp b/src/mac/classic/mimetmac.cpp index 40dd00318d..6636261d9a 100644 --- a/src/mac/classic/mimetmac.cpp +++ b/src/mac/classic/mimetmac.cpp @@ -16,22 +16,22 @@ #pragma hdrstop #endif +#include "wx/mac/mimetype.h" + #ifndef WX_PRECOMP #include "wx/dynarray.h" #include "wx/string.h" + #include "wx/intl.h" + #include "wx/log.h" #if wxUSE_GUI #include "wx/icon.h" #endif #endif //WX_PRECOMP -#include "wx/log.h" #include "wx/file.h" -#include "wx/intl.h" #include "wx/confbase.h" -#include "wx/mac/mimetype.h" - // other standard headers #include