Ignore:
Timestamp:
04/19/08 14:42:50 (5 years ago)
Author:
sam
Message:
  • Remove #include <stdint.h> etc. from "common.h". Instead, make sure that <cucul.h> will provide the C99 types, even if libcaca has been installed.
  • Rename what's left of "common.h" to "stubs.h".
  • Remove all references to erroneous <inttypes.h> from source files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/examples/text.c

    r2101 r2299  
    1414 
    1515#include "config.h" 
    16 #include "common.h" 
     16 
    1717#if !defined(__KERNEL__) 
    18 #   if defined(HAVE_INTTYPES_H) 
    19 #      include <inttypes.h> 
    20 #   endif 
    2118#   include <stdio.h> 
    2219#   include <string.h> 
    2320#   include <stdlib.h> 
    2421#endif 
     22 
    2523#include "cucul.h" 
    2624 
Note: See TracChangeset for help on using the changeset viewer.