X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ba6a836246ee6768c29d50adfe9fee30221da8e..d3c7fc996a73e9f6a83067bc28a3c5581a3fee65:/src/mac/classic/metafile.cpp 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"