[vlc-devel] commit: Remove (hopefully) unused #include ( Rémi Denis-Courmont )

git version control git at videolan.org
Thu May 22 22:01:45 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Thu May 22 23:03:00 2008 +0300| [ccedc495ebc6e646a219077286488b8fed1017d3]

Remove (hopefully) unused #include

We don't want config.h stuff in vlc_common.h

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

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

diff --git a/include/vlc_common.h b/include/vlc_common.h
index 37c46a2..e135ea7 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -48,10 +48,6 @@
 #include <stdio.h>
 #include <inttypes.h>
 
-#ifdef HAVE_SYS_TYPES_H
-#   include <sys/types.h>
-#endif
-
 /*****************************************************************************
  * Basic types definitions
  *****************************************************************************/




More information about the vlc-devel mailing list