preemptive fix for wxPython compilation. It will break otherwise when

the Serialise stuff goes.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2001-12-11 06:40:48 +00:00
parent f221f8eb3a
commit edc8bd8df3

View File

@@ -23,6 +23,7 @@
#include "wx/event.h"
#include "wx/app.h"
#include "wx/utils.h"
#include "wx/stream.h"
#if wxUSE_GUI
@@ -83,11 +84,6 @@
#include "wx/valtext.h"
#endif // wxUSE_VALIDATORS
#if wxUSE_SERIAL
#include "wx/objstrm.h"
#include "wx/serbase.h"
#endif // wxUSE_SERIAL
#endif // wxUSE_GUI
#endif