Commit 44460e6d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

No need to include the same file twice

parent 2a1870a5
......@@ -57,7 +57,6 @@
#if defined( HAVE_INTTYPES_H )
# include <inttypes.h>
#elif defined( SYS_CYGWIN )
# include <sys/types.h>
/* Cygwin only defines half of these... */
typedef u_int8_t uint8_t;
typedef u_int16_t uint16_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment