Commit 73f33a0e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

TS demux: remove unneeded header and add comment

parent 2e96f2ae
...@@ -35,15 +35,14 @@ ...@@ -35,15 +35,14 @@
#include <assert.h> #include <assert.h>
#include <vlc_access.h> /* DVB-specific things */ #include <vlc_access.h> /* DVB-specific things */
#include <vlc_demux.h> #include <vlc_demux.h>
#include <vlc_meta.h> #include <vlc_meta.h>
#include <vlc_epg.h> #include <vlc_epg.h>
#include <vlc_charset.h> /* FromCharset, for EIT */
#include <vlc_iso_lang.h> #include <vlc_network.h> /* net_ for ts-out mode */
#include <vlc_network.h> #include <vlc_fs.h> /* vlc_fopen for file-dump mode */
#include <vlc_charset.h>
#include <vlc_fs.h>
#include "../mux/mpeg/csa.h" #include "../mux/mpeg/csa.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