]> git.sesse.net Git - vlc/commitdiff
Cosmetics
authorBenjamin Pracht <bigben@videolan.org>
Tue, 13 Sep 2005 10:41:08 +0000 (10:41 +0000)
committerBenjamin Pracht <bigben@videolan.org>
Tue, 13 Sep 2005 10:41:08 +0000 (10:41 +0000)
modules/access/gnomevfs.c

index e69b4fc95d37b28629d2a18f8fac9eab4cd46e9c..c38ffd05227bbcfc6c30cbb06379c8a912863805 100644 (file)
 #include <vlc/input.h>
 #include <libgnomevfs/gnome-vfs.h>
 
-#if 0
 #include <stdlib.h>
 #include <string.h>
-#include <errno.h>
-#ifdef HAVE_SYS_TYPES_H
-#   include <sys/types.h>
-#endif
-#ifdef HAVE_SYS_TIME_H
-#   include <sys/time.h>
-#endif
-#ifdef HAVE_SYS_STAT_H
-#   include <sys/stat.h>
-#endif
-#ifdef HAVE_FCNTL_H
-#   include <fcntl.h>
-#endif
-
-#ifdef HAVE_UNISTD_H
-#   include <unistd.h>
-#endif
-
-#endif
 
 #include "charset.h"