From 2b276efaddc36f8211d779d502132ac24674f43d Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang <1237906+wasphin@users.noreply.github.com> Date: Tue, 30 Jun 2020 20:15:22 +0800 Subject: [PATCH] Remove self-included header --- src/Rtp/Decoder.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Rtp/Decoder.h b/src/Rtp/Decoder.h index a74ee9f..5552500 100644 --- a/src/Rtp/Decoder.h +++ b/src/Rtp/Decoder.h @@ -14,7 +14,6 @@ #include <stdint.h> #include <memory> #include <functional> -#include "Decoder.h" #include "Common/MediaSink.h" using namespace std; -- libgit2 0.26.0