]> granicus.if.org Git - libvpx/commitdiff
Simplify dependencies in dspr2 related codes
authorJingning Han <jingning@google.com>
Fri, 17 Jul 2015 01:20:11 +0000 (18:20 -0700)
committerJingning Han <jingning@google.com>
Fri, 17 Jul 2015 01:22:48 +0000 (18:22 -0700)
The common_dspr2.h should be independent of codec-specific data
structures.

Change-Id: I34ee1f9552c2d2d205fd7f1813cdf312c7ff5d2b

vp9/common/mips/dspr2/vp9_common_dspr2.h

index 6ebea9f2f432b30cc66d9ec36cfc1fea4b4da901..5668234a4092e1d0feb783bd620253019322e5e4 100644 (file)
@@ -15,7 +15,6 @@
 
 #include "./vpx_config.h"
 #include "vpx/vpx_integer.h"
-#include "vp9/common/vp9_common.h"
 
 #ifdef __cplusplus
 extern "C" {