diff options
Diffstat (limited to 'src/common/timer.cpp')
-rw-r--r-- | src/common/timer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/timer.cpp b/src/common/timer.cpp index 27560eb0b..e843cbd9c 100644 --- a/src/common/timer.cpp +++ b/src/common/timer.cpp @@ -3,7 +3,6 @@ // Refer to the license.txt file included. #include <time.h> - #ifdef _WIN32 #include <Windows.h> #include <mmsystem.h> @@ -11,7 +10,6 @@ #else #include <sys/time.h> #endif - #include "common/common_types.h" #include "common/string_util.h" #include "common/timer.h" |