aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-12 00:52:58 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-12 00:52:58 +0000
commitbc7b5f873b10b8c2e4a1b247a541ff66d6eaca35 (patch)
treec74c9a39ad3098880b2f41f2ffd24b2ab94ccf95
parenta855593c33fcc6efd5d9033a0942b56a08a8f8be (diff)
Get rid of sys/poll.h
(C.W. Betts) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5463 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--vl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vl.c b/vl.c
index e8410a8a1..5659feaeb 100644
--- a/vl.c
+++ b/vl.c
@@ -51,7 +51,6 @@
#include <sys/times.h>
#include <sys/wait.h>
#include <termios.h>
-#include <sys/poll.h>
#include <sys/mman.h>
#include <sys/ioctl.h>
#include <sys/socket.h>