summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TOOLS/cygwin_inttypes.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/TOOLS/cygwin_inttypes.h b/TOOLS/cygwin_inttypes.h
deleted file mode 100644
index 25728c05e4..0000000000
--- a/TOOLS/cygwin_inttypes.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef _CYGWIN_INTTYPES_H
-#define _CYGWIN_INTTYPES_H
-#include <sys/types.h>
-typedef u_int8_t uint8_t;
-typedef u_int16_t uint16_t;
-typedef u_int32_t uint32_t;
-typedef u_int64_t uint64_t;
-#endif