]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/streams/memstream.cpp
[ 1068188 ] Precompiled header for the test program [Modified a bit]
[wxWidgets.git] / tests / streams / memstream.cpp
index 6c5a602271006c4e00630175d44cb282a3f2849d..7dee2c224e84e4f4feb5b2be15e675ee56e69a4d 100644 (file)
@@ -7,13 +7,9 @@
 // Licence:     wxWidgets licence
 ///////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-    #pragma implementation
-    #pragma interface
-#endif
-
 // For compilers that support precompilation, includes "wx/wx.h".
-#include "wx/wxprec.h"
+// and "wx/cppunit.h"
+#include "testprec.h"
 
 #ifdef __BORLANDC__
     #pragma hdrstop
@@ -24,7 +20,6 @@
     #include "wx/wx.h"
 #endif
 
-#include "wx/cppunit.h"
 #include "wx/mstream.h"
 
 #include "bstream.h"