Ignore:
Timestamp:
Mar 8, 2006, 10:51:53 AM (17 years ago)
Author:
Sam Hocevar
Message:
  • Cleaned up useless header includes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/caca/driver_conio.c

    r548 r549  
    2626#if defined(SCREENUPDATE_IN_PC_H)
    2727#   include <pc.h>
    28 #endif
    29 
    30 #include <string.h>
    31 #include <stdlib.h>
    32 #if defined(HAVE_UNISTD_H)
    33 #   include <unistd.h>
    34 #endif
    35 #include <stdarg.h>
    36 
    37 #if defined(HAVE_SYS_IOCTL_H)
    38 #   include <sys/ioctl.h>
    3928#endif
    4029
Note: See TracChangeset for help on using the changeset viewer.