]> git.sesse.net Git - vlc/commitdiff
No need to include the same file twice
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 1 May 2008 19:22:30 +0000 (22:22 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 1 May 2008 19:22:30 +0000 (22:22 +0300)
include/vlc_common.h

index 606ba438c1731f16a198913c8f0fcce56b71e4dc..e7097f2f5c97f9fee03b1aaac2f2dbefe7357897 100644 (file)
@@ -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;