summaryrefslogtreecommitdiffstats
path: root/libmscgen/gd_intern.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmscgen/gd_intern.h')
-rw-r--r--libmscgen/gd_intern.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/libmscgen/gd_intern.h b/libmscgen/gd_intern.h
index 86d817e..2e7264b 100644
--- a/libmscgen/gd_intern.h
+++ b/libmscgen/gd_intern.h
@@ -1,10 +1,8 @@
#ifndef GD_INTERN_H
#define GD_INTERN_H
-#ifdef HAVE_LIMITS_H
#include <limits.h>
-#endif
-
+#include <stdint.h>
#ifndef MAXPATHLEN
# ifdef PATH_MAX
@@ -20,16 +18,6 @@
# endif
#endif
-#ifdef HAVE_STDINT_H
-# include <stdint.h>
-#else
-# if defined(HAVE_INTTYPES_H)
-# include <inttypes.h>
-# else
-# include "msinttypes/inttypes.h"
-# endif
-#endif
-
#include "gd.h"
#ifndef MIN