Remove unnecessary termios.h includes.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@272 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -10,15 +10,8 @@ static char cvsrevision[] = "$Id$";
|
||||
CVS_REVISION(commands2_c)
|
||||
#include "struct.h"
|
||||
#include <sys/stat.h>
|
||||
|
||||
#if defined(_ALL_SOURCE) || defined(__EMX__) || defined(__QNX__)
|
||||
#include <termios.h>
|
||||
#else
|
||||
#include <sys/termios.h>
|
||||
#endif
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
|
||||
#ifdef HAVE_UNAME
|
||||
#include <sys/utsname.h>
|
||||
#endif
|
||||
|
||||
@@ -26,16 +26,8 @@
|
||||
#include "screen.h"
|
||||
#include "ircaux.h"
|
||||
|
||||
#if defined(_ALL_SOURCE) || defined(__EMX__) || defined(__QNX__)
|
||||
#include <termios.h>
|
||||
#else
|
||||
#include <sys/termios.h>
|
||||
#endif
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
|
||||
|
||||
#ifdef HAVE_SYS_UN_H
|
||||
#include <sys/un.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user