]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/region.cpp
updates from Adrián González Alba
[wxWidgets.git] / src / mgl / region.cpp
index bd1da90543a09e97ad8b1992adead768e03ab8af..36d60598d75c70b8c5ef6e773477ccb400052f78 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
 #include "wx/region.h"
-#include "wx/gdicmn.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/gdicmn.h"
+#endif
+
 #include "wx/thread.h"
 #include "wx/module.h"