summaryrefslogtreecommitdiff
path: root/vp9
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2014-10-01 17:05:36 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-10-01 17:05:36 -0700
commitc7d719325e70133720f429f9b1347904f76ab34f (patch)
tree10f5ba3ebb1d8ef7f78a00293e1ce04f2c9d39c7 /vp9
parent9641b1b9ac08a0bedbfce77eb35634ab8ecf9137 (diff)
parent74c2997bc90e04356e674a83173f7da6efec19f9 (diff)
downloadlibvpx-c7d719325e70133720f429f9b1347904f76ab34f.tar
libvpx-c7d719325e70133720f429f9b1347904f76ab34f.tar.gz
libvpx-c7d719325e70133720f429f9b1347904f76ab34f.tar.bz2
libvpx-c7d719325e70133720f429f9b1347904f76ab34f.zip
Merge "Remove redundant header file from vp9_idct.h"
Diffstat (limited to 'vp9')
-rw-r--r--vp9/common/vp9_idct.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp9/common/vp9_idct.h b/vp9/common/vp9_idct.h
index 1d619824a..7ec3712c3 100644
--- a/vp9/common/vp9_idct.h
+++ b/vp9/common/vp9_idct.h
@@ -14,7 +14,6 @@
#include <assert.h>
#include "./vpx_config.h"
-#include "vpx/vpx_integer.h"
#include "vp9/common/vp9_common.h"
#include "vp9/common/vp9_enums.h"
@@ -22,7 +21,6 @@
extern "C" {
#endif
-
// Constants and Macros used by all idct/dct functions
#define DCT_CONST_BITS 14
#define DCT_CONST_ROUNDING (1 << (DCT_CONST_BITS - 1))