diff options
Diffstat (limited to 'atf-c++/check.hpp')
-rw-r--r-- | atf-c++/check.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atf-c++/check.hpp b/atf-c++/check.hpp index 055dd4f7209fa..0623529c745a5 100644 --- a/atf-c++/check.hpp +++ b/atf-c++/check.hpp @@ -39,7 +39,7 @@ extern "C" { #include <string> #include <vector> -#include <atf-c++/utils.hpp> +#include <atf-c++/noncopyable.hpp> namespace atf { @@ -60,7 +60,7 @@ namespace check { //! of executing arbitrary command and manages files containing //! its output. //! -class check_result : utils::noncopyable { +class check_result : noncopyable { //! //! \brief Internal representation of a result. //! |