diff options
Diffstat (limited to 'atf-c++/tests.hpp')
-rw-r--r-- | atf-c++/tests.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atf-c++/tests.hpp b/atf-c++/tests.hpp index af75229d3b83..22a2a8706a9a 100644 --- a/atf-c++/tests.hpp +++ b/atf-c++/tests.hpp @@ -38,7 +38,7 @@ extern "C" { #include <atf-c/defs.h> } -#include <atf-c++/utils.hpp> +#include <atf-c++/noncopyable.hpp> namespace atf { namespace tests { @@ -74,7 +74,7 @@ typedef std::map< std::string, std::string > vars_map; struct tc_impl; -class tc : utils::noncopyable { +class tc : noncopyable { std::auto_ptr< tc_impl > pimpl; protected: |