Commit bf191aa9 by ziyue

去除多余头文件

parent 88dc8d0a
......@@ -11,14 +11,10 @@
#ifndef HTTP_HLSPLAYER_H
#define HTTP_HLSPLAYER_H
#include <unordered_set>
#include "Util/util.h"
#include "Poller/Timer.h"
#include "Http/HttpDownloader.h"
#include "Player/MediaPlayer.h"
#include "HlsParser.h"
#include "Common/Stamp.h"
#include "Player/PlayerBase.h"
#include "HttpTSPlayer.h"
#include "Rtp/Decoder.h"
#include "HlsParser.h"
#include "Rtp/TSDecoder.h"
using namespace toolkit;
......
......@@ -11,14 +11,8 @@
#ifndef HTTP_TSPLAYER_H
#define HTTP_TSPLAYER_H
#include "Http/HttpDownloader.h"
#include "HttpTSPlayer.h"
#include "Player/MediaPlayer.h"
#include "Poller/Timer.h"
#include "Rtp/Decoder.h"
#include "Rtp/TSDecoder.h"
#include "Util/util.h"
#include <unordered_set>
#include "Player/PlayerBase.h"
using namespace toolkit;
namespace mediakit {
......
......@@ -12,12 +12,6 @@
#define HTTP_TSPLAYERIMP_H
#include <unordered_set>
#include "Util/util.h"
#include "Poller/Timer.h"
#include "Http/HttpDownloader.h"
#include "Player/MediaPlayer.h"
#include "Rtp/Decoder.h"
#include "Rtp/TSDecoder.h"
#include "TsPlayer.h"
using namespace toolkit;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论