Commit ae32c146 authored by Clément Stenac's avatar Clément Stenac

Round 2

parent 3a6b3918
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include "info.h" /* headers for meta info retrieval */ #include "info.h" /* headers for meta info retrieval */
#include <vlc_playlist.h> /* Has to come *after* cdda.h */ #include <vlc_playlist.h> /* Has to come *after* cdda.h */
#include "vlc_keys.h" #include "vlc_keys.h"
#include <vlc_interaction.h> #include <vlc_interface.h>
#include <cdio/cdio.h> #include <cdio/cdio.h>
#include <cdio/logging.h> #include <cdio/logging.h>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_vout.h> #include <vlc_vout.h>
#include <vlc_interaction.h> #include <vlc_interface.h>
#include "common.h" #include "common.h"
#include "filter.h" #include "filter.h"
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
*****************************************************************************/ *****************************************************************************/
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_access.h> #include <vlc_access.h>
#include <vlc_interaction.h> #include <vlc_interface.h>
#include <vlc_network.h> #include <vlc_network.h>
#include "rtsp.h" #include "rtsp.h"
......
...@@ -33,8 +33,10 @@ ...@@ -33,8 +33,10 @@
#include <string.h> #include <string.h>
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <<vlc_input.h>> #include <vlc_input.h>
#include <<vlc_vout.h>> #include <vlc_demux.h>
#include <vlc_access.h>
#include <vlc_vout.h>
#include <codecs.h> #include <codecs.h>
#include <sys/types.h> #include <sys/types.h>
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
#include <stdlib.h> /* free() */ #include <stdlib.h> /* free() */
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include "vlc_playlist.h" #include <vlc_playlist.h>
#include "charset.h" #include <vlc_charset.h>
#ifdef WIN32 /* optind, getopt(), included in unistd.h */ #ifdef WIN32 /* optind, getopt(), included in unistd.h */
# include "../extras/getopt.h" # include "../extras/getopt.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