summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2014-10-01 12:45:52 -0700
committerJingning Han <jingning@google.com>2014-10-01 12:45:52 -0700
commit3d17f0d45fcc852a1c32c2b94076a0d0000d4403 (patch)
tree5072eaab817c3669a655362b41a730e619b9b046
parent764c00ab504ceee80af702d6eef8128bb0c846c4 (diff)
downloadlibvpx-3d17f0d45fcc852a1c32c2b94076a0d0000d4403.tar
libvpx-3d17f0d45fcc852a1c32c2b94076a0d0000d4403.tar.gz
libvpx-3d17f0d45fcc852a1c32c2b94076a0d0000d4403.tar.bz2
libvpx-3d17f0d45fcc852a1c32c2b94076a0d0000d4403.zip
Remove repeated vpx_integer.h from vp9_prob.h
The file vpx_integer.h has been included and used in the parent file vp9_common.h. Change-Id: I9c65f08353576f9ef1e5ea17244fc5ca964ec002
-rw-r--r--vp9/common/vp9_prob.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp9/common/vp9_prob.h b/vp9/common/vp9_prob.h
index fa0e36da4..bc1511a5e 100644
--- a/vp9/common/vp9_prob.h
+++ b/vp9/common/vp9_prob.h
@@ -14,7 +14,6 @@
#include "./vpx_config.h"
#include "vpx_ports/mem.h"
-#include "vpx/vpx_integer.h"
#include "vp9/common/vp9_common.h"