]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/metafile.cpp
include X11/Xutil.h for wxMotif compilation
[wxWidgets.git] / src / mac / classic / metafile.cpp
index 1866c8dc0d84f2230078522e4a4aa011fe1b73a2..82b363f25da2bb8918b92ab088715b36684a8b88 100644 (file)
@@ -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"