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:
Kevin Easton
2013-07-14 00:51:58 +00:00
parent d2b9d769e8
commit 791c49986e
2 changed files with 0 additions and 15 deletions

View File

@@ -10,15 +10,8 @@ static char cvsrevision[] = "$Id$";
CVS_REVISION(commands2_c) CVS_REVISION(commands2_c)
#include "struct.h" #include "struct.h"
#include <sys/stat.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> #include <sys/ioctl.h>
#ifdef HAVE_UNAME #ifdef HAVE_UNAME
#include <sys/utsname.h> #include <sys/utsname.h>
#endif #endif

View File

@@ -26,16 +26,8 @@
#include "screen.h" #include "screen.h"
#include "ircaux.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> #include <sys/ioctl.h>
#ifdef HAVE_SYS_UN_H #ifdef HAVE_SYS_UN_H
#include <sys/un.h> #include <sys/un.h>
#endif #endif