[vlc-commits] Remove useless #include
Rémi Denis-Courmont
git at videolan.org
Mon Aug 24 20:14:06 CEST 2015
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Aug 24 18:52:15 2015 +0300| [cc8bb2ed402a0bd49863f667c70924fe35716cba] | committer: Rémi Denis-Courmont
Remove useless #include
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cc8bb2ed402a0bd49863f667c70924fe35716cba
---
src/posix/filesystem.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/posix/filesystem.c b/src/posix/filesystem.c
index 0f3184b..4e50c91 100644
--- a/src/posix/filesystem.c
+++ b/src/posix/filesystem.c
@@ -48,7 +48,6 @@
#include <vlc_common.h>
#include <vlc_fs.h>
-#include "libvlc.h" /* vlc_mkdir */
int vlc_open (const char *filename, int flags, ...)
{
More information about the vlc-commits
mailing list