summaryrefslogtreecommitdiff
path: root/audio/sdlaudio.c
diff options
context:
space:
mode:
authorAlexandre Raymond <cerbere@gmail.com>2011-06-02 23:26:49 -0400
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2011-06-08 09:04:29 +0100
commit9bf0960a9adb93c38b879a2114f6c67e30427307 (patch)
treefed16ceea03ed1c9f29e55b1eaaaac81ac74d2aa /audio/sdlaudio.c
parent86f69a92b163dac5ee230c8a109c3e8f37f13d38 (diff)
downloadqemu-9bf0960a9adb93c38b879a2114f6c67e30427307.tar.gz
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 'audio/sdlaudio.c')
-rw-r--r--audio/sdlaudio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/sdlaudio.c b/audio/sdlaudio.c
index a847aa90f7..d24daa5ead 100644
--- a/audio/sdlaudio.c
+++ b/audio/sdlaudio.c
@@ -32,7 +32,6 @@
#elif defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)
#include <pthread.h>
#endif
-#include <signal.h>
#endif
#define AUDIO_CAP "sdl"