From cf02908f3890d00b5900c66ca12bc366fe627aaf Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Wed, 8 Mar 2006 09:51:53 +0000 Subject: [PATCH] * Cleaned up useless header includes. --- caca/driver_conio.c | 11 ----------- caca/driver_gl.c | 5 ----- caca/driver_ncurses.c | 8 -------- caca/driver_slang.c | 8 -------- caca/driver_win32.c | 8 -------- caca/driver_x11.c | 5 ----- 6 files changed, 45 deletions(-) diff --git a/caca/driver_conio.c b/caca/driver_conio.c index 8a134fa..90441c0 100644 --- a/caca/driver_conio.c +++ b/caca/driver_conio.c @@ -27,17 +27,6 @@ # include #endif -#include -#include -#if defined(HAVE_UNISTD_H) -# include -#endif -#include - -#if defined(HAVE_SYS_IOCTL_H) -# include -#endif - #include "caca.h" #include "caca_internals.h" #include "cucul.h" diff --git a/caca/driver_gl.c b/caca/driver_gl.c index de429a2..74241f3 100644 --- a/caca/driver_gl.c +++ b/caca/driver_gl.c @@ -25,13 +25,8 @@ #include #include -#include /* BUFSIZ */ #include #include -#if defined(HAVE_UNISTD_H) -# include -#endif -#include #include "caca.h" #include "caca_internals.h" diff --git a/caca/driver_ncurses.c b/caca/driver_ncurses.c index 86a08d7..22bfa1a 100644 --- a/caca/driver_ncurses.c +++ b/caca/driver_ncurses.c @@ -27,14 +27,6 @@ # include #endif -#include /* BUFSIZ */ -#include -#include -#if defined(HAVE_UNISTD_H) -# include -#endif -#include - #if defined(HAVE_SIGNAL_H) # include #endif diff --git a/caca/driver_slang.c b/caca/driver_slang.c index f5d9494..3196768 100644 --- a/caca/driver_slang.c +++ b/caca/driver_slang.c @@ -27,14 +27,6 @@ # include #endif -#include /* BUFSIZ */ -#include -#include -#if defined(HAVE_UNISTD_H) -# include -#endif -#include - #if defined(HAVE_SIGNAL_H) # include #endif diff --git a/caca/driver_win32.c b/caca/driver_win32.c index 44225fa..57f6cb5 100644 --- a/caca/driver_win32.c +++ b/caca/driver_win32.c @@ -23,14 +23,6 @@ #include -#include /* BUFSIZ */ -#include -#include -#if defined(HAVE_UNISTD_H) -# include -#endif -#include - #include "caca.h" #include "caca_internals.h" #include "cucul.h" diff --git a/caca/driver_x11.c b/caca/driver_x11.c index 8084e5b..c2e3496 100644 --- a/caca/driver_x11.c +++ b/caca/driver_x11.c @@ -29,12 +29,7 @@ #endif #include /* BUFSIZ */ -#include #include -#if defined(HAVE_UNISTD_H) -# include -#endif -#include #include "caca.h" #include "caca_internals.h"