Commit cbf5438d authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

dash: DOMParser: Removing useless includes.

parent 52e96be7
......@@ -27,6 +27,8 @@
#include "DOMParser.h"
#include <vector>
using namespace dash::xml;
using namespace dash::mpd;
......
......@@ -26,20 +26,11 @@
#define DOMPARSER_H_
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_stream.h>
#include <vlc_xml.h>
#include <string.h>
#include <vector>
#include <iostream>
#include <cstdio>
#include <fstream>
#include <stdio.h>
#include "xml/Node.h"
#include "http/IHTTPConnection.h"
#include "mpd/IMPDManager.h"
#include "xml/Node.h"
namespace dash
{
......
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