summaryrefslogtreecommitdiffstats
path: root/contrib/atf/atf-c++/check.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/atf/atf-c++/check.hpp')
-rw-r--r--contrib/atf/atf-c++/check.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/atf/atf-c++/check.hpp b/contrib/atf/atf-c++/check.hpp
index 055dd4f..0623529 100644
--- a/contrib/atf/atf-c++/check.hpp
+++ b/contrib/atf/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.
//!
OpenPOWER on IntegriCloud