summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2023-06-09 15:33:39 -0400
committerJerome Jiang <jianj@google.com>2023-06-09 15:33:39 -0400
commitbdb8ccc0af49a87c9f4ee08f1d363ceec347ab6e (patch)
treec76a9cb6765acbf03f63ce77627dbe0f1c86f553
parent2245df50a6d360d33fccd51479c48f2210ed607a (diff)
downloadlibvpx-bdb8ccc0af49a87c9f4ee08f1d363ceec347ab6e.tar
libvpx-bdb8ccc0af49a87c9f4ee08f1d363ceec347ab6e.tar.gz
libvpx-bdb8ccc0af49a87c9f4ee08f1d363ceec347ab6e.tar.bz2
libvpx-bdb8ccc0af49a87c9f4ee08f1d363ceec347ab6e.zip
RTC RC: clean up unnecessary headers
Change-Id: I77c407be59f4eb0c70a89a5fffd88c648e634123
-rw-r--r--vp9/ratectrl_rtc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vp9/ratectrl_rtc.h b/vp9/ratectrl_rtc.h
index 7f3c90045..d3876de87 100644
--- a/vp9/ratectrl_rtc.h
+++ b/vp9/ratectrl_rtc.h
@@ -14,12 +14,9 @@
#include <cstdint>
#include <memory>
-#include "vp9/common/vp9_entropymode.h"
#include "vp9/common/vp9_enums.h"
-#include "vp9/common/vp9_onyxc_int.h"
#include "vp9/vp9_iface_common.h"
#include "vp9/encoder/vp9_aq_cyclicrefresh.h"
-#include "vp9/encoder/vp9_firstpass.h"
#include "vp9/vp9_cx_iface.h"
#include "vpx/internal/vpx_ratectrl_rtc.h"
#include "vpx_mem/vpx_mem.h"