[vlc-devel] commit: No need to include the same file twice ( Rémi Denis-Courmont )

git version control git at videolan.org
Thu May 1 21:21:21 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Thu May  1 22:22:30 2008 +0300| [44460e6de177f7baa85a55720904e8a687ee6287]

No need to include the same file twice

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=44460e6de177f7baa85a55720904e8a687ee6287
---

 include/vlc_common.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/vlc_common.h b/include/vlc_common.h
index 606ba43..e7097f2 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -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;




More information about the vlc-devel mailing list