diff options
Diffstat (limited to '')
| -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 @@ | |||
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include <time.h> | 5 | #include <time.h> |
| 6 | |||
| 7 | #ifdef _WIN32 | 6 | #ifdef _WIN32 |
| 8 | #include <Windows.h> | 7 | #include <Windows.h> |
| 9 | #include <mmsystem.h> | 8 | #include <mmsystem.h> |
| @@ -11,7 +10,6 @@ | |||
| 11 | #else | 10 | #else |
| 12 | #include <sys/time.h> | 11 | #include <sys/time.h> |
| 13 | #endif | 12 | #endif |
| 14 | |||
| 15 | #include "common/common_types.h" | 13 | #include "common/common_types.h" |
| 16 | #include "common/string_util.h" | 14 | #include "common/string_util.h" |
| 17 | #include "common/timer.h" | 15 | #include "common/timer.h" |