From c8ef3d5565e6f1c1a23baa3be7d6a7b42151c616 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 11 Jun 2008 19:24:52 +0000 Subject: [PATCH] fixing file paths after renaming git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/core/cfstring.cpp | 2 +- src/osx/core/hid.cpp | 4 ++-- src/osx/core/hidjoystick.cpp | 2 +- src/osx/core/stdpaths_cf.cpp | 4 ++-- src/osx/core/strconv_cf.cpp | 4 ++-- src/osx/core/utilsexc_base.cpp | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/osx/core/cfstring.cpp b/src/osx/core/cfstring.cpp index 5b1f8ce7e1..2d2df5084c 100644 --- a/src/osx/core/cfstring.cpp +++ b/src/osx/core/cfstring.cpp @@ -20,7 +20,7 @@ #endif #endif -#include "wx/mac/corefoundation/cfstring.h" +#include "wx/osx/core/cfstring.h" #include diff --git a/src/osx/core/hid.cpp b/src/osx/core/hid.cpp index fb9a4d051d..e9f4cdbaca 100644 --- a/src/osx/core/hid.cpp +++ b/src/osx/core/hid.cpp @@ -27,7 +27,7 @@ //DARWIN _ONLY_ #ifdef __DARWIN__ -#include "wx/mac/corefoundation/hid.h" +#include "wx/osx/core/hid.h" #ifndef WX_PRECOMP #include "wx/dynarray.h" @@ -37,7 +37,7 @@ #include "wx/module.h" #endif -#include "wx/mac/corefoundation/cfstring.h" +#include "wx/osx/core/cfstring.h" // ============================================================================ // implementation diff --git a/src/osx/core/hidjoystick.cpp b/src/osx/core/hidjoystick.cpp index 637546c414..95bc4a7bf0 100644 --- a/src/osx/core/hidjoystick.cpp +++ b/src/osx/core/hidjoystick.cpp @@ -41,7 +41,7 @@ #include "wx/thread.h" //wxThread for polling thread/ wxCriticalSection //private headers -#include "wx/mac/corefoundation/hid.h" //private mac hid stuff +#include "wx/osx/core/hid.h" //private mac hid stuff //mac headers #include diff --git a/src/osx/core/stdpaths_cf.cpp b/src/osx/core/stdpaths_cf.cpp index 69e524f1fc..b144a77ae0 100644 --- a/src/osx/core/stdpaths_cf.cpp +++ b/src/osx/core/stdpaths_cf.cpp @@ -28,9 +28,9 @@ #include "wx/stdpaths.h" #include "wx/filename.h" #ifdef __WXMAC__ -#include "wx/mac/private.h" +#include "wx/osx/private.h" #endif -#include "wx/mac/corefoundation/cfstring.h" +#include "wx/osx/core/cfstring.h" #include #include diff --git a/src/osx/core/strconv_cf.cpp b/src/osx/core/strconv_cf.cpp index e68d8e4ef6..0c2abfbcc8 100644 --- a/src/osx/core/strconv_cf.cpp +++ b/src/osx/core/strconv_cf.cpp @@ -21,8 +21,8 @@ #ifdef __DARWIN__ -#include "wx/mac/corefoundation/private/strconv_cf.h" -#include "wx/mac/corefoundation/cfref.h" +#include "wx/osx/core/private/strconv_cf.h" +#include "wx/osx/core/cfref.h" // ============================================================================ diff --git a/src/osx/core/utilsexc_base.cpp b/src/osx/core/utilsexc_base.cpp index 377b2464be..a969fc223d 100644 --- a/src/osx/core/utilsexc_base.cpp +++ b/src/osx/core/utilsexc_base.cpp @@ -39,7 +39,7 @@ // More WX Includes #include "wx/filename.h" -#include "wx/mac/corefoundation/cfstring.h" +#include "wx/osx/core/cfstring.h" // Default path style #define kDefaultPathStyle kCFURLPOSIXPathStyle -- 2.45.2