mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
qemu-timer: Remove redundant include statements
qemu-timer.h includes qemu-common.h which already includes time.h, sys/time.h, windows.h, unistd.h, fcntl.h, errno.h and signal.h. Therefore those include statements are redundant and can be removed. Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
be5ea8ed44
commit
bff9f8bfbe
2 changed files with 2 additions and 15 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue