#include "wx/event.h"
#include "wx/app.h"
#include "wx/utils.h"
+#include "wx/stream.h"
#if wxUSE_GUI
#include "wx/msgdlg.h"
#include "wx/cmndata.h"
+#include "wx/control.h"
+#include "wx/ctrlsub.h"
#include "wx/bmpbuttn.h"
#include "wx/checkbox.h"
+#include "wx/checklst.h"
#include "wx/choice.h"
#include "wx/scrolbar.h"
#include "wx/stattext.h"
#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