diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-08 12:13:58 -0500 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-08 12:13:58 -0500 |
| commit | 13748cf499fbd93468e7103c0866e073a666f270 (patch) | |
| tree | b7bad9c923765b123703a738539bc66afb765a56 /ui/sdl.c | |
| parent | 99cce9fa4e091fd7ead1926e1c0db016ef293f36 (diff) | |
| parent | 7665385a8580ee5cea2cae44e1b58d6d7518a156 (diff) | |
| download | focaccia-qemu-13748cf499fbd93468e7103c0866e073a666f270.tar.gz focaccia-qemu-13748cf499fbd93468e7103c0866e073a666f270.zip | |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Diffstat (limited to 'ui/sdl.c')
| -rw-r--r-- | ui/sdl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/sdl.c b/ui/sdl.c index 14a62d9bdd..f2bd4a035b 100644 --- a/ui/sdl.c +++ b/ui/sdl.c @@ -28,10 +28,6 @@ #include <SDL.h> #include <SDL_syswm.h> -#ifndef _WIN32 -#include <signal.h> -#endif - #include "qemu-common.h" #include "console.h" #include "sysemu.h" |