diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-12 00:52:58 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-12 00:52:58 +0000 |
commit | bc7b5f873b10b8c2e4a1b247a541ff66d6eaca35 (patch) | |
tree | c74c9a39ad3098880b2f41f2ffd24b2ab94ccf95 /vl.c | |
parent | a855593c33fcc6efd5d9033a0942b56a08a8f8be (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
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> |