Commit 03a9ca96 authored by Laurent Aimar's avatar Laurent Aimar

Do not uselessly include vlc_vout.h in access.

parent 036a6a2e
...@@ -44,7 +44,6 @@ ...@@ -44,7 +44,6 @@
#include <vlc_access.h> #include <vlc_access.h>
#include <vlc_demux.h> #include <vlc_demux.h>
#include <vlc_input.h> #include <vlc_input.h>
#include <vlc_vout.h>
#include <ctype.h> #include <ctype.h>
#include <fcntl.h> #include <fcntl.h>
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#endif #endif
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_vout.h>
#ifndef _MSC_VER #ifndef _MSC_VER
/* Work-around a bug in w32api-2.5 */ /* Work-around a bug in w32api-2.5 */
......
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
#include <vlc_input.h> #include <vlc_input.h>
#include <vlc_access.h> #include <vlc_access.h>
#include <vlc_demux.h> #include <vlc_demux.h>
#include <vlc_vout.h>
#include <vlc_dialog.h> #include <vlc_dialog.h>
#include <vlc_charset.h> #include <vlc_charset.h>
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#endif #endif
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_vout.h>
#ifndef _MSC_VER #ifndef _MSC_VER
/* Work-around a bug in w32api-2.5 */ /* Work-around a bug in w32api-2.5 */
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include <vlc_plugin.h> #include <vlc_plugin.h>
#include <vlc_input.h> #include <vlc_input.h>
#include <vlc_demux.h> #include <vlc_demux.h>
#include <vlc_vout.h>
#include <vlc_codecs.h> #include <vlc_codecs.h>
#include <vlc_url.h> #include <vlc_url.h>
#include <vlc_strings.h> #include <vlc_strings.h>
......
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
#include <vlc_access.h> #include <vlc_access.h>
#include <vlc_demux.h> #include <vlc_demux.h>
#include <vlc_input.h> #include <vlc_input.h>
#include <vlc_vout.h>
#include <ctype.h> #include <ctype.h>
#include <fcntl.h> #include <fcntl.h>
......
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_plugin.h> #include <vlc_plugin.h>
#include <vlc_input.h> #include <vlc_input.h>
#include <vlc_vout.h>
#include <vlc_demux.h> #include <vlc_demux.h>
#include <vlc_interface.h> #include <vlc_interface.h>
#include <vlc_dialog.h> #include <vlc_dialog.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment