mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
removed unused includes - BSD port
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1014 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
354ff22657
commit
ee2654ac24
2 changed files with 5 additions and 20 deletions
|
@ -121,25 +121,10 @@ int inet_aton _P((const char *cp, struct in_addr *ia));
|
|||
#endif
|
||||
#include <sys/socket.h>
|
||||
|
||||
#if defined(WANT_SYS_IOCTL_H) && defined(HAVE_SYS_IOCTL_H)
|
||||
#if defined(HAVE_SYS_IOCTL_H)
|
||||
# include <sys/ioctl.h>
|
||||
#else
|
||||
# define WANT_SYS_TERMIOS_H
|
||||
#endif
|
||||
|
||||
#ifdef WANT_SYS_TERMIOS_H
|
||||
# ifndef INCLUDED_TERMIOS_H
|
||||
# ifdef HAVE_TERMIOS_H
|
||||
# include <termios.h>
|
||||
# else
|
||||
# include <termio.h>
|
||||
# endif
|
||||
# define INCLUDED_TERMIOS_H
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
# include <sys/select.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue