fixing file paths after renaming

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-06-11 19:30:52 +00:00
parent c8ef3d5565
commit 1f0c8f31f4
82 changed files with 111 additions and 111 deletions

View File

@@ -35,12 +35,12 @@
#endif
#ifdef __WXMAC__
#include "wx/mac/uma.h"
#include "wx/mac/dcprint.h"
#include "wx/osx/uma.h"
#include "wx/osx/dcprint.h"
#else
#include "CoreServices/CoreServices.h"
#include "ApplicationServices/ApplicationServices.h"
#include "wx/mac/corefoundation/cfstring.h"
#include "wx/osx/core/cfstring.h"
#include "wx/cocoa/dcclient.h"
#endif