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