X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/480b3580638bdc574a8f98605557c6d552fa7689..3f0fb1d4165f622ab392a28c1a08a975aa7c5378:/include/wx/wx.h diff --git a/include/wx/wx.h b/include/wx/wx.h index 5cdeec77c4..233ebcd16e 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" @@ -80,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