X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/480b3580638bdc574a8f98605557c6d552fa7689..245f35816d761212279e8cf223475efb7a367553:/include/wx/wx.h diff --git a/include/wx/wx.h b/include/wx/wx.h index 5cdeec77c4..ea22b3b1bf 100644 --- a/include/wx/wx.h +++ b/include/wx/wx.h @@ -23,6 +23,7 @@ #include "wx/event.h" #include "wx/app.h" #include "wx/utils.h" +#include "wx/stream.h" #if wxUSE_GUI @@ -47,8 +48,11 @@ #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" @@ -73,18 +77,12 @@ #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