diff options
author | Alexandre Raymond | 2011-06-03 05:26:49 +0200 |
---|---|---|
committer | Stefan Hajnoczi | 2011-06-08 10:04:29 +0200 |
commit | 9bf0960a9adb93c38b879a2114f6c67e30427307 (patch) | |
tree | fed16ceea03ed1c9f29e55b1eaaaac81ac74d2aa /net/tap.c | |
parent | Fix compilation warning due to missing header for sigaction (diff) | |
download | qemu-9bf0960a9adb93c38b879a2114f6c67e30427307.tar.gz qemu-9bf0960a9adb93c38b879a2114f6c67e30427307.tar.xz qemu-9bf0960a9adb93c38b879a2114f6c67e30427307.zip |
Fix compilation warning due to missing header for sigaction (followup)
This patch removes all references to signal.h when qemu-common.h is included
as they become redundant.
Signed-off-by: Alexandre Raymond <cerbere@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'net/tap.c')
-rw-r--r-- | net/tap.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -27,7 +27,6 @@ #include "config-host.h" -#include <signal.h> #include <sys/ioctl.h> #include <sys/stat.h> #include <sys/wait.h> |