]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/formatconverter/formatconvertertest.cpp
Fixes to allow compilation with no wchar_t (djgpp probably has a real wchar_t
[wxWidgets.git] / tests / formatconverter / formatconvertertest.cpp
index aa924fe9f464997357b311e51659dfbcaec56e6e..987a69e862223c397c26a63d58b23067b9b9ab93 100644 (file)
@@ -36,7 +36,7 @@
 //
 
 // For compilers that support precompilation, includes "wx/wx.h".
 //
 
 // For compilers that support precompilation, includes "wx/wx.h".
-#include "wx/wxprec.h"
+#include "testprec.h"
 
 #ifdef __BORLANDC__
     #pragma hdrstop
 
 #ifdef __BORLANDC__
     #pragma hdrstop
@@ -47,8 +47,6 @@
     #include "wx/wx.h"
 #endif
 
     #include "wx/wx.h"
 #endif
 
-#include "wx/cppunit.h"
-
 // wxFormatConverter can only be tested in a Unicode non-Windows debug build
 //
 #if defined(wxNEED_PRINTF_CONVERSION) && defined(__WXDEBUG__)
 // wxFormatConverter can only be tested in a Unicode non-Windows debug build
 //
 #if defined(wxNEED_PRINTF_CONVERSION) && defined(__WXDEBUG__)