]> granicus.if.org Git - libvpx/commitdiff
Remove repeated vpx_integer.h from vp9_prob.h
authorJingning Han <jingning@google.com>
Wed, 1 Oct 2014 19:45:52 +0000 (12:45 -0700)
committerJingning Han <jingning@google.com>
Wed, 1 Oct 2014 19:45:52 +0000 (12:45 -0700)
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

index fa0e36da47260d3de9cae9cc159088143d25fa82..bc1511a5e1875c484bbbccb984849bf480a6e25f 100644 (file)
@@ -14,7 +14,6 @@
 #include "./vpx_config.h"
 
 #include "vpx_ports/mem.h"
-#include "vpx/vpx_integer.h"
 
 #include "vp9/common/vp9_common.h"