From 791c49986ef4429f4651786055d3f613b7a4dca1 Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Sun, 14 Jul 2013 00:51:58 +0000 Subject: [PATCH] Remove unnecessary termios.h includes. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@272 13b04d17-f746-0410-82c6-800466cd88b0 --- source/commands2.c | 7 ------- source/scr-bx.c | 8 -------- 2 files changed, 15 deletions(-) diff --git a/source/commands2.c b/source/commands2.c index e2e311e..e008cad 100644 --- a/source/commands2.c +++ b/source/commands2.c @@ -10,15 +10,8 @@ static char cvsrevision[] = "$Id$"; CVS_REVISION(commands2_c) #include "struct.h" #include - -#if defined(_ALL_SOURCE) || defined(__EMX__) || defined(__QNX__) -#include -#else -#include -#endif #include - #ifdef HAVE_UNAME #include #endif diff --git a/source/scr-bx.c b/source/scr-bx.c index b102d4a..2a1d346 100644 --- a/source/scr-bx.c +++ b/source/scr-bx.c @@ -26,16 +26,8 @@ #include "screen.h" #include "ircaux.h" -#if defined(_ALL_SOURCE) || defined(__EMX__) || defined(__QNX__) -#include -#else -#include -#endif - #include - - #ifdef HAVE_SYS_UN_H #include #endif