[vlc-devel] commit: Do not include input_internal.h in vlm code. (Laurent Aimar )

git version control git at videolan.org
Thu Feb 11 21:47:44 CET 2010


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Feb 11 21:46:07 2010 +0100| [161886f4479ae8e1627e92c66d77a37ca052fb80] | committer: Laurent Aimar 

Do not include input_internal.h in vlm code.

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

 src/input/vlm_internal.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/input/vlm_internal.h b/src/input/vlm_internal.h
index fdd60d4..1e88d56 100644
--- a/src/input/vlm_internal.h
+++ b/src/input/vlm_internal.h
@@ -29,7 +29,7 @@
 #define _VLM_INTERNAL_H 1
 
 #include <vlc_vlm.h>
-#include "input_internal.h"
+#include "input_interface.h"
 
 /* Private */
 typedef struct




More information about the vlc-devel mailing list