aboutsummaryrefslogtreecommitdiff
path: root/src/colors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/colors.h')
-rw-r--r--src/colors.h6
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" {