Browse Source

* Cleaned up useless header includes.

tags/v0.99.beta14
Sam Hocevar sam 19 years ago
parent
commit
cf02908f38
6 changed files with 0 additions and 45 deletions
  1. +0
    -11
      caca/driver_conio.c
  2. +0
    -5
      caca/driver_gl.c
  3. +0
    -8
      caca/driver_ncurses.c
  4. +0
    -8
      caca/driver_slang.c
  5. +0
    -8
      caca/driver_win32.c
  6. +0
    -5
      caca/driver_x11.c

+ 0
- 11
caca/driver_conio.c View File

@@ -27,17 +27,6 @@
# include <pc.h> # include <pc.h>
#endif #endif


#include <string.h>
#include <stdlib.h>
#if defined(HAVE_UNISTD_H)
# include <unistd.h>
#endif
#include <stdarg.h>

#if defined(HAVE_SYS_IOCTL_H)
# include <sys/ioctl.h>
#endif

#include "caca.h" #include "caca.h"
#include "caca_internals.h" #include "caca_internals.h"
#include "cucul.h" #include "cucul.h"


+ 0
- 5
caca/driver_gl.c View File

@@ -25,13 +25,8 @@
#include <GL/glut.h> #include <GL/glut.h>
#include <GL/freeglut_ext.h> #include <GL/freeglut_ext.h>


#include <stdio.h> /* BUFSIZ */
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#if defined(HAVE_UNISTD_H)
# include <unistd.h>
#endif
#include <stdarg.h>


#include "caca.h" #include "caca.h"
#include "caca_internals.h" #include "caca_internals.h"


+ 0
- 8
caca/driver_ncurses.c View File

@@ -27,14 +27,6 @@
# include <curses.h> # include <curses.h>
#endif #endif


#include <stdio.h> /* BUFSIZ */
#include <string.h>
#include <stdlib.h>
#if defined(HAVE_UNISTD_H)
# include <unistd.h>
#endif
#include <stdarg.h>

#if defined(HAVE_SIGNAL_H) #if defined(HAVE_SIGNAL_H)
# include <signal.h> # include <signal.h>
#endif #endif


+ 0
- 8
caca/driver_slang.c View File

@@ -27,14 +27,6 @@
# include <slang.h> # include <slang.h>
#endif #endif


#include <stdio.h> /* BUFSIZ */
#include <string.h>
#include <stdlib.h>
#if defined(HAVE_UNISTD_H)
# include <unistd.h>
#endif
#include <stdarg.h>

#if defined(HAVE_SIGNAL_H) #if defined(HAVE_SIGNAL_H)
# include <signal.h> # include <signal.h>
#endif #endif


+ 0
- 8
caca/driver_win32.c View File

@@ -23,14 +23,6 @@


#include <windows.h> #include <windows.h>


#include <stdio.h> /* BUFSIZ */
#include <string.h>
#include <stdlib.h>
#if defined(HAVE_UNISTD_H)
# include <unistd.h>
#endif
#include <stdarg.h>

#include "caca.h" #include "caca.h"
#include "caca_internals.h" #include "caca_internals.h"
#include "cucul.h" #include "cucul.h"


+ 0
- 5
caca/driver_x11.c View File

@@ -29,12 +29,7 @@
#endif #endif


#include <stdio.h> /* BUFSIZ */ #include <stdio.h> /* BUFSIZ */
#include <string.h>
#include <stdlib.h> #include <stdlib.h>
#if defined(HAVE_UNISTD_H)
# include <unistd.h>
#endif
#include <stdarg.h>


#include "caca.h" #include "caca.h"
#include "caca_internals.h" #include "caca_internals.h"


Loading…
Cancel
Save