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

@@ -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