]> git.sesse.net Git - vlc/blobdiff - modules/stream_filter/dash/DASHManager.h
DASH: remove unnecessary includes and other trivial fixes
[vlc] / modules / stream_filter / dash / DASHManager.h
index 394d010b0497b7cc0426c92651890ad128d47306..870ce13928ee39d8de90cb7dd04fafa918f7e5bb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * DASHManager.h
  *****************************************************************************
- * Copyright (C) 2010 - 2011 Klagenfurt University
+ * Copyright © 2010 - 2011 Klagenfurt University
  *
  * Created on: Aug 10, 2010
  * Authors: Christopher Mueller <christopher.mueller@itec.uni-klu.ac.at>
@@ -15,7 +15,7 @@
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
+ * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
  * along with this program; if not, write to the Free Software
 #ifndef DASHMANAGER_H_
 #define DASHMANAGER_H_
 
-#include <stdint.h>
-#include <stddef.h>
-#include <iostream>
-
 #include "http/HTTPConnectionManager.h"
 #include "xml/Node.h"
 #include "adaptationlogic/IAdaptationLogic.h"