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-run/timer.hpp | |
| parent | f1e38e2131a6c87bafd2199650db07955c0386e0 (diff) | |
Notes
Diffstat (limited to 'atf-run/timer.hpp')
| -rw-r--r-- | atf-run/timer.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atf-run/timer.hpp b/atf-run/timer.hpp index d903b91a882fa..8eb7228409761 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; |
