Ignore:
Timestamp:
Apr 19, 2008, 2:42:50 PM (15 years ago)
Author:
Sam Hocevar
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/tests/simple.c

    r2103 r2299  
    1414
    1515#include "config.h"
    16 #include "common.h"
    17 
    1816
    1917#if !defined(__KERNEL__)
    20 #   if defined(HAVE_INTTYPES_H)
    21 #      include <inttypes.h>
    22 #   endif
    2318#   include <stdio.h>
    2419#   include <stdlib.h>
Note: See TracChangeset for help on using the changeset viewer.