Remove unnecessary header dependencies. Fix resulting compilation

problems for wxMSW, wxGTK, wxMotif, wxX11 and wxMac in default
configuration. Non-default configurations will probably need some more
fixes.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-02-10 21:07:36 +00:00
parent d51f2e6587
commit ed39ff57b3
35 changed files with 39 additions and 10 deletions

View File

@@ -18,7 +18,9 @@
#include "wx/object.h"
#include "wx/string.h"
#include "wx/gdicmn.h"
#include "wx/bitmap.h"
#if WXWIN_COMPATIBILITY_2_2
# include "wx/bitmap.h"
#endif
#include "wx/hashmap.h"
#if wxUSE_STREAMS
@@ -35,6 +37,7 @@
class WXDLLEXPORT wxImageHandler;
class WXDLLEXPORT wxImage;
class WXDLLEXPORT wxPalette;
//-----------------------------------------------------------------------------
// wxImageHandler