mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-23 03:10:04 +08:00
去除多余头文件
This commit is contained in:
parent
88dc8d0a73
commit
bf191aa902
@ -11,14 +11,10 @@
|
|||||||
#ifndef HTTP_HLSPLAYER_H
|
#ifndef HTTP_HLSPLAYER_H
|
||||||
#define HTTP_HLSPLAYER_H
|
#define HTTP_HLSPLAYER_H
|
||||||
|
|
||||||
#include <unordered_set>
|
#include "Common/Stamp.h"
|
||||||
#include "Util/util.h"
|
#include "Player/PlayerBase.h"
|
||||||
#include "Poller/Timer.h"
|
|
||||||
#include "Http/HttpDownloader.h"
|
|
||||||
#include "Player/MediaPlayer.h"
|
|
||||||
#include "HlsParser.h"
|
|
||||||
#include "HttpTSPlayer.h"
|
#include "HttpTSPlayer.h"
|
||||||
#include "Rtp/Decoder.h"
|
#include "HlsParser.h"
|
||||||
#include "Rtp/TSDecoder.h"
|
#include "Rtp/TSDecoder.h"
|
||||||
|
|
||||||
using namespace toolkit;
|
using namespace toolkit;
|
||||||
|
@ -11,14 +11,8 @@
|
|||||||
#ifndef HTTP_TSPLAYER_H
|
#ifndef HTTP_TSPLAYER_H
|
||||||
#define HTTP_TSPLAYER_H
|
#define HTTP_TSPLAYER_H
|
||||||
|
|
||||||
#include "Http/HttpDownloader.h"
|
|
||||||
#include "HttpTSPlayer.h"
|
#include "HttpTSPlayer.h"
|
||||||
#include "Player/MediaPlayer.h"
|
#include "Player/PlayerBase.h"
|
||||||
#include "Poller/Timer.h"
|
|
||||||
#include "Rtp/Decoder.h"
|
|
||||||
#include "Rtp/TSDecoder.h"
|
|
||||||
#include "Util/util.h"
|
|
||||||
#include <unordered_set>
|
|
||||||
|
|
||||||
using namespace toolkit;
|
using namespace toolkit;
|
||||||
namespace mediakit {
|
namespace mediakit {
|
||||||
|
@ -12,12 +12,6 @@
|
|||||||
#define HTTP_TSPLAYERIMP_H
|
#define HTTP_TSPLAYERIMP_H
|
||||||
|
|
||||||
#include <unordered_set>
|
#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"
|
#include "TsPlayer.h"
|
||||||
|
|
||||||
using namespace toolkit;
|
using namespace toolkit;
|
||||||
|
Loading…
Reference in New Issue
Block a user