X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e5f6c1c4f79af395e094be3fa2957394e2e5825..8329fea8ad89a4df6c2f0441facdc5ad189473ea:/tests/streams/sstream.cpp diff --git a/tests/streams/sstream.cpp b/tests/streams/sstream.cpp index 20dfd40b5e..49fbf32456 100644 --- a/tests/streams/sstream.cpp +++ b/tests/streams/sstream.cpp @@ -8,7 +8,8 @@ /////////////////////////////////////////////////////////////////////////////// // For compilers that support precompilation, includes "wx/wx.h". -#include "wx/wxprec.h" +// and "wx/cppunit.h" +#include "testprec.h" #ifdef __BORLANDC__ #pragma hdrstop @@ -18,7 +19,6 @@ #ifndef WX_PRECOMP #endif -#include "wx/cppunit.h" #include "wx/sstream.h" #include "bstream.h"