diff options
| author | Julio Merino <jmmv@FreeBSD.org> | 2013-11-15 21:28:06 +0000 | 
|---|---|---|
| committer | Julio Merino <jmmv@FreeBSD.org> | 2013-11-15 21:28:06 +0000 | 
| commit | b2b6e97c465e6ea7f9e9e631898d5ec26c65daa1 (patch) | |
| tree | e48e3dcbeca816c29ca712eac6c8f5b0e8bc07f0 /atf-c++/check.hpp | |
| parent | f1e38e2131a6c87bafd2199650db07955c0386e0 (diff) | |
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 055dd4f7209f..0623529c745a 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.      //! | 
