#include "wx/event.h"
#include "wx/app.h"
#include "wx/utils.h"
+#include "wx/stream.h"
#if wxUSE_GUI
#include "wx/choicdlg.h"
#include "wx/textdlg.h"
#include "wx/filedlg.h"
-
#include "wx/validate.h" // always include, even if !wxUSE_VALIDATORS
#if wxUSE_VALIDATORS
#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