X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0cd9bfe8dacee998429236912c831fd2472163a8..dd1eaa89dd33ca69086b8a4f3f350d36f8a922f0:/include/wx/stream.h diff --git a/include/wx/stream.h b/include/wx/stream.h index b2a889a9bf..d22e9c0f9e 100644 --- a/include/wx/stream.h +++ b/include/wx/stream.h @@ -17,17 +17,13 @@ #endif #include -#include -#include +#include "wx/object.h" +#include "wx/string.h" +#include "wx/filefn.h" // for off_t and wxSeekMode /* * wxStream: base classes */ - -typedef enum { - wxFromStart, wxFromCurrent, wxFromEnd -} wxSeekMode; - class wxOutputStream; class wxInputStream: virtual public wxObject { DECLARE_ABSTRACT_CLASS(wxInputStream)