]> git.proxmox.com Git - qemu.git/commit - qemu-timer.c
qemu-timer: Remove redundant include statements
authorStefan Weil <sw@weilnetz.de>
Fri, 20 Apr 2012 08:27:06 +0000 (10:27 +0200)
committerStefan Weil <sw@weilnetz.de>
Fri, 27 Apr 2012 05:39:39 +0000 (07:39 +0200)
commitbff9f8bfbe223a688a940da09f08b0b2aebc5718
treef3687d25aca1c5a3b2ed78fdfd1b40811dcb9e6b
parentbe5ea8ed4481f0ffa4ea0f7ba13e465701536001
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>
qemu-timer.c
qemu-timer.h