X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..ef094fa075bc56bcbc33b12159c395ea28afda3b:/include/wx/wx.h diff --git a/include/wx/wx.h b/include/wx/wx.h index e53cfcdddb..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 @@ -76,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