X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/db138a4c2a47b02fa9b3d0a361e626df00316ba9..9406d962ccf50d63f163896a2dd94123a2a8664a:/src/common/stream.cpp diff --git a/src/common/stream.cpp b/src/common/stream.cpp index 430ffde227..1e5af54b38 100644 --- a/src/common/stream.cpp +++ b/src/common/stream.cpp @@ -15,27 +15,13 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" +#include #ifdef __BORLANDC__ #pragma hdrstop #endif -#ifndef WX_PRECOMP -#include "wx/setup.h" -#endif - -#include "wx/object.h" -#include "wx/stream.h" - -#if !USE_SHARED_LIBRARY -IMPLEMENT_ABSTRACT_CLASS(wxInputStream, wxObject) -IMPLEMENT_ABSTRACT_CLASS(wxOutputStream, wxObject) -IMPLEMENT_ABSTRACT_CLASS2(wxStream, wxInputStream, wxOutputStream) -IMPLEMENT_CLASS(wxFilterInputStream, wxInputStream) -#endif - wxInputStream::wxInputStream() - : wxObject() { } @@ -59,7 +45,6 @@ wxInputStream& wxInputStream::Read(wxOutputStream& stream_out) } wxOutputStream::wxOutputStream() - : wxObject() { }