mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
去除多余头文件
This commit is contained in:
parent
88dc8d0a73
commit
bf191aa902
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user