]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing file paths after renaming
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 11 Jun 2008 19:23:52 +0000 (19:23 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 11 Jun 2008 19:23:52 +0000 (19:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/dirctrlg.cpp
src/generic/graphicc.cpp
src/generic/listctrl.cpp
src/generic/renderg.cpp
src/generic/treectlg.cpp

index b0f677fdff1f9c1599d2910844fda6f5eecb1710..78e5a7f7c2819cf323bfe06eefb4407ca11dae01 100644 (file)
@@ -52,7 +52,7 @@
 #endif
 
 #if defined(__WXMAC__)
-    #include  "wx/mac/private.h"  // includes mac headers
+    #include  "wx/osx/private.h"  // includes mac headers
 #endif
 
 #ifdef __WXMSW__
index fb79e9611de1588e4dafdd03f96fa6e7df61b9fb..08b92ef8c7d8f3bb1559ffb3ba41d9efcfcd669f 100644 (file)
@@ -107,7 +107,7 @@ static inline double RadToDeg(double deg)
 #endif
 
 #ifdef __WXMAC__
-#include "wx/mac/private.h"
+#include "wx/osx/private.h"
 #include <cairo-quartz.h>
 #include <cairo-atsui.h>
 #endif
index 7bb81d14919c2f776d56678db576473388cf0da5..985fa5d7e980149185d925fe42e357f464c84d63 100644 (file)
@@ -50,7 +50,7 @@
 #include "wx/renderer.h"
 
 #ifdef __WXMAC__
-    #include "wx/mac/private.h"
+    #include "wx/osx/private.h"
 #endif
 
 
index 16915dc55f70f91322891ee027faea9204474184..5ad90db583eccaa25daf9cd5cb9e098753866924 100644 (file)
@@ -38,7 +38,7 @@
 #include "wx/dcmirror.h"
 
 #ifdef __WXMAC__
-    #include "wx/mac/private.h"
+    #include "wx/osx/private.h"
 #endif
 
 // ----------------------------------------------------------------------------
index 2ac26238faca5042056fb78abe8b610e819a8172..2b9fd41854116b0fbedfbe73d7addd81d465671c 100644 (file)
@@ -42,7 +42,7 @@
 #include "wx/renderer.h"
 
 #ifdef __WXMAC__
-    #include "wx/mac/private.h"
+    #include "wx/osx/private.h"
 #endif
 
 // -----------------------------------------------------------------------------