X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0d9b217a7dcec3b322390efcbc5c98615cd3f16..647d7ce90b029875dc1a3eac5b3b9a62c35ee27e:/tests/test.cpp?ds=sidebyside diff --git a/tests/test.cpp b/tests/test.cpp index b2fd91868c..d65ec1fbfa 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -29,10 +29,7 @@ using CppUnit::TestFactoryRegistry; using CppUnit::TextUi::TestRunner; using CppUnit::CompilerOutputter; -using std::string; -using std::vector; -using std::auto_ptr; -using std::cout; +using namespace std; #if wxUSE_GUI typedef wxApp TestAppBase;