summaryrefslogtreecommitdiff
path: root/atf-run/timer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'atf-run/timer.hpp')
-rw-r--r--atf-run/timer.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/atf-run/timer.hpp b/atf-run/timer.hpp
index d903b91a882f..8eb722840976 100644
--- a/atf-run/timer.hpp
+++ b/atf-run/timer.hpp
@@ -36,7 +36,7 @@ extern "C" {
#include <memory>
-#include "atf-c++/utils.hpp"
+#include "atf-c++/noncopyable.hpp"
namespace atf {
namespace atf_run {
@@ -47,7 +47,7 @@ class signal_programmer;
// The "timer" class.
// ------------------------------------------------------------------------
-class timer : utils::noncopyable {
+class timer : noncopyable {
struct impl;
std::auto_ptr< impl > m_pimpl;