From 3d17f0d45fcc852a1c32c2b94076a0d0000d4403 Mon Sep 17 00:00:00 2001
From: Jingning Han <jingning@google.com>
Date: Wed, 1 Oct 2014 12:45:52 -0700
Subject: [PATCH] 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
---
 vp9/common/vp9_prob.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/vp9/common/vp9_prob.h b/vp9/common/vp9_prob.h
index fa0e36da47..bc1511a5e1 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"
 
-- 
GitLab