]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/regex/wxregextest.cpp
Compile console apps with wxUSE_GUI=0
[wxWidgets.git] / tests / regex / wxregextest.cpp
index ee16ff81df7b3c86660240c0f612ef593ec552ad..7d7b3085b92bd35769faf2b69a5178603a060a17 100644 (file)
@@ -7,7 +7,7 @@
 // Licence:     wxWidgets licence
 ///////////////////////////////////////////////////////////////////////////////
 
-#include "wx/wxprec.h"
+#include "testprec.h"
 
 #ifdef __BORLANDC__
 #   pragma hdrstop
@@ -20,7 +20,6 @@
 #if wxUSE_REGEX
 
 #include "wx/regex.h"
-#include "wx/cppunit.h"
 #include "wx/tokenzr.h"
 #include <string>