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