]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/test.cpp
rebaked after adding src/tiff/tif_color.c
[wxWidgets.git] / tests / test.cpp
index c5038865112f34d4519b9e95c21a424a61e1aeee..7c63b439a315097718509dd43ce7983d28537e90 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"
+// For compilers that support precompilation, includes "wx/wx.h"
+// and "wx/cppunit.h"
+#include "testprec.h"
 
 #ifdef __BORLANDC__
     #pragma hdrstop
@@ -25,7 +21,6 @@
 #endif
 
 #include "wx/cmdline.h"
-#include "wx/cppunit.h"
 #include <iostream>
 
 using CppUnit::Test;