diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-18 19:35:08 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-18 19:35:29 +0100 |
commit | d361f57c8064ce13a0478653050b169dc94e2e99 (patch) | |
tree | 73613b75bc4e6533455b6c3ad79c3fa39b8554fb /compat/timer.hpp | |
parent | 2ab18fd01bc7c46043429511a3801846b998c749 (diff) |
compat/util: retire
Adjust usages.
Diffstat (limited to 'compat/timer.hpp')
-rw-r--r-- | compat/timer.hpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/compat/timer.hpp b/compat/timer.hpp index ac255a9d..a92d3f68 100644 --- a/compat/timer.hpp +++ b/compat/timer.hpp @@ -9,6 +9,9 @@ #pragma once #include "export.hpp" +#include "time.hpp" + +#include <ctime> #if defined (_WIN32) # include <windows.h> @@ -17,11 +20,6 @@ # include <mach/mach_time.h> #endif -#include <ctime> - -#include "time.hpp" -#include "util.hpp" - class OTR_COMPAT_EXPORT Timer final { struct timespec state; |