diff --git a/src/Http/HlsPlayer.h b/src/Http/HlsPlayer.h index fb45cd9b..7837b614 100644 --- a/src/Http/HlsPlayer.h +++ b/src/Http/HlsPlayer.h @@ -11,14 +11,10 @@ #ifndef HTTP_HLSPLAYER_H #define HTTP_HLSPLAYER_H -#include -#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; diff --git a/src/Http/TsPlayer.h b/src/Http/TsPlayer.h index a34a2d62..cc99a0e0 100644 --- a/src/Http/TsPlayer.h +++ b/src/Http/TsPlayer.h @@ -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 +#include "Player/PlayerBase.h" using namespace toolkit; namespace mediakit { diff --git a/src/Http/TsPlayerImp.h b/src/Http/TsPlayerImp.h index fe0dd2a8..d5a7d544 100644 --- a/src/Http/TsPlayerImp.h +++ b/src/Http/TsPlayerImp.h @@ -12,12 +12,6 @@ #define HTTP_TSPLAYERIMP_H #include -#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;