summaryrefslogtreecommitdiff
path: root/include/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/image.h')
-rw-r--r--include/image.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/image.h b/include/image.h
index 9c6f95b054..7be17e5eba 100644
--- a/include/image.h
+++ b/include/image.h
@@ -124,11 +124,6 @@
#define IH_MAGIC 0x27051956 /* Image Magic Number */
#define IH_NMLEN 32 /* Image Name Length */
-#ifdef __CYGWIN__
-typedef unsigned long uint32_t;
-typedef unsigned char uint8_t;
-#endif /* __CYGWIN__ */
-
/*
* all data in network byte order (aka natural aka bigendian)
*/