[vlc-commits] stream_filter: dash: remove useless includes

Francois Cartegnie git at videolan.org
Thu Dec 18 22:39:47 CET 2014


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Nov 20 16:24:13 2014 +0100| [06a576930874cf1aff61d2a34d970ecc9d1e2e5b] | committer: Francois Cartegnie

stream_filter: dash: remove useless includes

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=06a576930874cf1aff61d2a34d970ecc9d1e2e5b
---

 modules/stream_filter/dash/dash.cpp |    2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/stream_filter/dash/dash.cpp b/modules/stream_filter/dash/dash.cpp
index 88251c3..697da2d 100644
--- a/modules/stream_filter/dash/dash.cpp
+++ b/modules/stream_filter/dash/dash.cpp
@@ -40,8 +40,6 @@
 
 #include "DASHManager.h"
 #include "xml/DOMParser.h"
-#include "http/HTTPConnectionManager.h"
-#include "adaptationlogic/IAdaptationLogic.h"
 #include "mpd/MPDFactory.h"
 
 #define SEEK 0



More information about the vlc-commits mailing list