去除多余头文件

This commit is contained in:
ziyue
2022-01-20 15:39:40 +08:00
parent 88dc8d0a73
commit bf191aa902
3 changed files with 4 additions and 20 deletions

View File

@@ -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 {