]> git.sesse.net Git - vlc/commitdiff
Round 3 :)
authorClément Stenac <zorglub@videolan.org>
Sun, 26 Nov 2006 14:59:36 +0000 (14:59 +0000)
committerClément Stenac <zorglub@videolan.org>
Sun, 26 Nov 2006 14:59:36 +0000 (14:59 +0000)
modules/access/cdda/cdda.h
modules/access/dshow/dshow.cpp
modules/access/v4l.c
modules/access/v4l2.c
modules/codec/theora.c

index c02e5b80ac5271fbbe64f9133090817f293a61a5..e5bd48d973482c94aa9a451703a5375b04336eb5 100644 (file)
@@ -30,8 +30,8 @@
 #include <cdio/mmc.h>
 #endif
 
-#include "vlc_meta.h"
-#include "codecs.h"
+#include <vlc_meta.h>
+#include <vlc_codecs.h>
 
 #ifdef HAVE_LIBCDDB
 #include <cddb/cddb.h>
index 09355bcaa80e473037d488cbe7ae204f7689e101..ee700729be6eb7a123ec59b73e9af0958ac1d62b 100644 (file)
@@ -28,8 +28,9 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-
 #include <vlc/vlc.h>
+#include <vlc_input.h>
+#include <vlc_access.h>
 #include <vlc_vout.h>
 #include <vlc_interface.h>
 
index fd24ad6c8c5efefc05ee629a20e1153e3cb12c9e..6938f6a595b4606d40a11a89e797f3df19ce8b62 100644 (file)
@@ -37,7 +37,7 @@
 #include <vlc_demux.h>
 #include <vlc_access.h>
 #include <vlc_vout.h>
-#include <codecs.h>
+#include <vlc_codecs.h>
 
 #include <sys/types.h>
 #include <sys/stat.h>
index 1f60f2c6d6bed3854c5c89cae47d93107cf0ce68..1e289ebe83479d8af95933137135a2b61121458b 100644 (file)
@@ -28,8 +28,9 @@
 #include <string.h>
 
 #include <vlc/vlc.h>
-#include <<vlc_input.h>>
-#include <<vlc_vout.h>>
+#include <vlc_access.h>
+#include <vlc_input.h>
+#include <vlc_vout.h>
 
 #include <fcntl.h>
 #include <unistd.h>
index 3fdff1122ccabc1141c8081be09d12af26d33a84..93badbf1ec9df138a088a5e2336c90e4a33b7702 100644 (file)
@@ -28,7 +28,7 @@
 #include <vlc_codec.h>
 #include <vlc_vout.h>
 #include <vlc_sout.h>
-
+#include <vlc_input.h>
 #include <ogg/ogg.h>
 
 #include <theora/theora.h>