]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/uris/uris.cpp
reSWIGged
[wxWidgets.git] / tests / uris / uris.cpp
index 3286c3d33869984394ab3e7b693c66592afa136d..193beca20a6a7ff520f17734e2dd21c767adc33d 100644 (file)
@@ -11,7 +11,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#include "wx/wxprec.h"
+#include "testprec.h"
 
 #ifdef __BORLANDC__
     #pragma hdrstop
@@ -24,8 +24,6 @@
 #include "wx/uri.h"
 #include "wx/url.h"
 
-#include "wx/cppunit.h"
-
 // Test wxURL & wxURI compat?
 #define TEST_URL ( 0 && wxUSE_URL )