diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-12 16:09:35 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-14 20:08:35 +0200 |
commit | c066a471f1ffd98cd1f1f2154b6f8f16e4f94e32 (patch) | |
tree | c3a08f7eee92543b925cb5ba025020d4a5a19a1c /compat | |
parent | 81641ad6746de5c7b64125e60b124dec74734153 (diff) |
compat/timer: remove unused headers
Diffstat (limited to 'compat')
-rw-r--r-- | compat/time.hpp | 1 | ||||
-rw-r--r-- | compat/timer.hpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/compat/time.hpp b/compat/time.hpp index fbe7469a..b560da70 100644 --- a/compat/time.hpp +++ b/compat/time.hpp @@ -1,7 +1,6 @@ #pragma once #include <chrono> -#include <type_traits> namespace time_units { diff --git a/compat/timer.hpp b/compat/timer.hpp index 58e1c7d6..6af7430d 100644 --- a/compat/timer.hpp +++ b/compat/timer.hpp @@ -18,7 +18,6 @@ #endif #include <ctime> -#include <tuple> #include "time.hpp" |