diff options
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" |