X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0d9b217a7dcec3b322390efcbc5c98615cd3f16..2cd3cc948ea512eba91032323fe32207ac74bf8e:/tests/test.cpp 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;