Remove unnecessary header dependencies. Fix resulting compilation
authorMattia Barbon <mbarbon@cpan.org>
Mon, 10 Feb 2003 21:07:36 +0000 (21:07 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Mon, 10 Feb 2003 21:07:36 +0000 (21:07 +0000)
commited39ff57b30a70a2395e07887a70bc01e7a3b7ec
treed4f45f34d95214e239bc8047e5a0710713db8908
parentd51f2e6587fbc30ecd7ddfffdae3eca21526d329
  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
35 files changed:
include/wx/fontenum.h
include/wx/gdicmn.h
include/wx/image.h
include/wx/mac/listbox.h
include/wx/motif/brush.h
include/wx/msw/pen.h
include/wx/msw/private.h
include/wx/statusbr.h
include/wx/treebase.h
include/wx/univ/listbox.h
include/wx/window.h
src/common/gifdecod.cpp
src/common/iconbndl.cpp
src/common/image.cpp
src/common/imagpcx.cpp
src/common/lboxcmn.cpp
src/common/quantize.cpp
src/common/wincmn.cpp
src/generic/filedlgg.cpp
src/generic/tabg.cpp
src/gtk/brush.cpp
src/gtk/colour.cpp
src/gtk/pen.cpp
src/gtk1/brush.cpp
src/gtk1/colour.cpp
src/gtk1/pen.cpp
src/motif/app.cpp
src/motif/frame.cpp
src/motif/mdi.cpp
src/motif/window.cpp
src/msw/cursor.cpp
src/x11/app.cpp
src/x11/brush.cpp
src/x11/textctrl.cpp
src/x11/window.cpp