diff options
author | Stanisław Halik <sthalik@misaki.pl> | 2016-09-20 21:23:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-20 21:23:41 +0200 |
commit | 1c22f4a19a0cfa6b593b72754acb9ea97fbded13 (patch) | |
tree | 3801eed717bf5ddbc660a664c4f70180154907cf /compat/timer.hpp | |
parent | 2bb1ec45faa7dd7790b8cb1f7096c6170066bd57 (diff) |
compat/timer: no exports here
Diffstat (limited to 'compat/timer.hpp')
-rw-r--r-- | compat/timer.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compat/timer.hpp b/compat/timer.hpp index 300a883c..b01e5f38 100644 --- a/compat/timer.hpp +++ b/compat/timer.hpp @@ -9,8 +9,6 @@ #pragma once #include <ctime> -#include "export.hpp" - #if defined (_WIN32) # include <windows.h> # ifndef CLOCK_MONOTONIC |