diff options
Diffstat (limited to 'qemu-timer.h')
-rw-r--r-- | qemu-timer.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/qemu-timer.h b/qemu-timer.h index 094e730ca2..5a31434f47 100644 --- a/qemu-timer.h +++ b/qemu-timer.h @@ -4,12 +4,6 @@ #include "qemu-common.h" #include "main-loop.h" #include "notify.h" -#include <time.h> -#include <sys/time.h> - -#ifdef _WIN32 -#include <windows.h> -#endif /* timers */ |