X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ba6a836246ee6768c29d50adfe9fee30221da8e..3b5d20079c81e0106b3dead7cd8d7337bf3f36f4:/src/mac/classic/metafile.cpp?ds=sidebyside diff --git a/src/mac/classic/metafile.cpp b/src/mac/classic/metafile.cpp index 1866c8dc0d..82b363f25d 100644 --- a/src/mac/classic/metafile.cpp +++ b/src/mac/classic/metafile.cpp @@ -6,24 +6,25 @@ // Created: 04/01/98 // RCS-ID: $Id$ // Copyright: (c) Stefan Csomor -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif #if wxUSE_METAFILE +#include "wx/metafile.h" + #ifndef WX_PRECOMP -#include "wx/utils.h" -#include "wx/app.h" + #include "wx/utils.h" + #include "wx/app.h" #endif -#include "wx/metafile.h" #include "wx/clipbrd.h" #include "wx/mac/private.h"