]> git.saurik.com Git - wxWidgets.git/commitdiff
removing dependancy on mac headers from public wx headers (eventually adding wx/mac...
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 4 Jan 2002 22:06:19 +0000 (22:06 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 4 Jan 2002 22:06:19 +0000 (22:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/dc.cpp
src/mac/dc.cpp

index 5e62998da39ebd8514d5e1c2818bf9c1faf9367e..95d6293c8507fb9f0bf68b86a404fb805046732b 100644 (file)
 #include "wx/region.h"
 #include "wx/image.h"
 
-#include "wx/mac/private.h"
 
 #if __MSL__ >= 0x6000
 #include "math.h"
+using namespace std ;
 #endif
 
+#include "wx/mac/private.h"
+
+
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject)
 #endif
index 5e62998da39ebd8514d5e1c2818bf9c1faf9367e..95d6293c8507fb9f0bf68b86a404fb805046732b 100644 (file)
 #include "wx/region.h"
 #include "wx/image.h"
 
-#include "wx/mac/private.h"
 
 #if __MSL__ >= 0x6000
 #include "math.h"
+using namespace std ;
 #endif
 
+#include "wx/mac/private.h"
+
+
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject)
 #endif