Commit 7b7f4b58 authored by Francois Cartegnie's avatar Francois Cartegnie

stream_filter: dash: move out include from header

parent 2801bd5a
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include "../Helper.h" #include "../Helper.h"
#include <vector> #include <vector>
#include <vlc_xml.h>
using namespace dash::xml; using namespace dash::xml;
using namespace dash::mpd; using namespace dash::mpd;
......
...@@ -30,8 +30,6 @@ ...@@ -30,8 +30,6 @@
#endif #endif
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_stream.h>
#include <vlc_xml.h>
#include "mpd/MPDManager.hpp" #include "mpd/MPDManager.hpp"
#include "xml/Node.h" #include "xml/Node.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