diff options
author | jcid <devnull@localhost> | 2008-09-19 05:03:52 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-19 05:03:52 +0200 |
commit | 759e933da214f6395e2988dc8281d6e9c3754261 (patch) | |
tree | 331eb2f0c683c7214725fd2a138d5dbe28b37c1a /src/colors.h | |
parent | f9da96dd24c8f8c83a88d0ed77d562aa456a33c4 (diff) |
- Switched to C99's stdint include.
Diffstat (limited to 'src/colors.h')
-rw-r--r-- | src/colors.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/colors.h b/src/colors.h index f350d510..21683205 100644 --- a/src/colors.h +++ b/src/colors.h @@ -2,13 +2,7 @@ #define __COLORS_H__ #include "config.h" -#ifdef HAVE_INTTYPES_H -#include <inttypes.h> -#else -#ifdef HAVE_STDINT_H #include <stdint.h> -#endif -#endif #ifdef __cplusplus extern "C" { |