X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a9e994615409e36d441135e4fa0761cf0398a2aa..55079b432bf9e46f9b19efa71462b32022ffcf5e:/tests/formatconverter/formatconvertertest.cpp diff --git a/tests/formatconverter/formatconvertertest.cpp b/tests/formatconverter/formatconvertertest.cpp index 0893dd3ee8..987a69e862 100644 --- a/tests/formatconverter/formatconvertertest.cpp +++ b/tests/formatconverter/formatconvertertest.cpp @@ -36,7 +36,7 @@ // // For compilers that support precompilation, includes "wx/wx.h". -#include "wx/wxprec.h" +#include "testprec.h" #ifdef __BORLANDC__ #pragma hdrstop @@ -47,8 +47,6 @@ #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__) @@ -56,9 +54,8 @@ extern wxString wxConvertFormat(const wxChar *format); #endif -using namespace std; -using namespace CppUnit; - +using CppUnit::TestCase; +using std::string; /////////////////////////////////////////////////////////////////////////////// // The test case