X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/489468feaa08b8f504735eecca522fb8d0f825d2..55410bb4f67febe1ca20654f078ea4fb9a6223ae:/src/osx/core/strconv_cf.cpp?ds=sidebyside diff --git a/src/osx/core/strconv_cf.cpp b/src/osx/core/strconv_cf.cpp index e68d8e4ef6..be04c8a881 100644 --- a/src/osx/core/strconv_cf.cpp +++ b/src/osx/core/strconv_cf.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: src/mac/corefoundation/strconv.cpp +// Name: src/osx/corefoundation/strconv.cpp // Purpose: Unicode conversion classes // Author: David Elliott // Modified by: @@ -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" // ============================================================================