non-pch build fixes, after r53535

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2008-05-10 17:46:38 +00:00
parent 8d49fda64d
commit f92ef8536a
3 changed files with 2 additions and 3 deletions

View File

@@ -16,8 +16,7 @@
#include "wx/filesys.h" #include "wx/filesys.h"
#if wxUSE_GUI #if wxUSE_GUI
class WXDLLIMPEXP_FWD_CORE wxBitmap; #include "wx/bitmap.h"
class WXDLLIMPEXP_FWD_CORE wxImage;
#endif // wxUSE_GUI #endif // wxUSE_GUI
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------

View File

@@ -23,7 +23,6 @@
#include "wx/hash.h" #include "wx/hash.h"
#include "wx/wxcrtvararg.h" #include "wx/wxcrtvararg.h"
#if wxUSE_GUI #if wxUSE_GUI
#include "wx/bitmap.h"
#include "wx/image.h" #include "wx/image.h"
#endif // wxUSE_GUI #endif // wxUSE_GUI
#endif #endif

View File

@@ -23,6 +23,7 @@
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/intl.h" #include "wx/intl.h"
#include "wx/module.h" #include "wx/module.h"
#include "wx/log.h"
#endif #endif
#include "wx/filename.h" #include "wx/filename.h"