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

@@ -12,9 +12,9 @@
#include "wx/wxprec.h"
#include "wx/dcscreen.h"
#include "wx/mac/carbon/dcscreen.h"
#include "wx/osx/carbon/dcscreen.h"
#include "wx/mac/uma.h"
#include "wx/osx/uma.h"
#include "wx/graphics.h"
IMPLEMENT_ABSTRACT_CLASS(wxScreenDCImpl, wxWindowDCImpl)