diff options
Diffstat (limited to 'compat/timer.hpp')
-rw-r--r-- | compat/timer.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compat/timer.hpp b/compat/timer.hpp index c107d28d..f7791a1a 100644 --- a/compat/timer.hpp +++ b/compat/timer.hpp @@ -10,19 +10,13 @@ #include "export.hpp" #include "time.hpp" - #include <ctime> -#include <cstdint> -#include <type_traits> struct OTR_COMPAT_EXPORT Timer final { - using time_type = std::int64_t; - Timer(); void start(); - time_type elapsed_nsecs() const; double elapsed_ms() const; double elapsed_seconds() const; |