| Index: source/libvpx/vp9/common/vp9_postproc.c
|
| diff --git a/source/libvpx/vp9/common/vp9_postproc.c b/source/libvpx/vp9/common/vp9_postproc.c
|
| index 983a4744dd64a677538cafca252b35a272c30466..d26a6eb5c882afdb46784e7f44f5e70c9c9e9c25 100644
|
| --- a/source/libvpx/vp9/common/vp9_postproc.c
|
| +++ b/source/libvpx/vp9/common/vp9_postproc.c
|
| @@ -16,12 +16,10 @@
|
| #include "./vpx_scale_rtcd.h"
|
| #include "./vp9_rtcd.h"
|
|
|
| +#include "vpx_ports/mem.h"
|
| #include "vpx_scale/vpx_scale.h"
|
| #include "vpx_scale/yv12config.h"
|
|
|
| -#if CONFIG_VP9_HIGHBITDEPTH
|
| -#include "vp9/common/vp9_common.h"
|
| -#endif
|
| #include "vp9/common/vp9_onyxc_int.h"
|
| #include "vp9/common/vp9_postproc.h"
|
| #include "vp9/common/vp9_systemdependent.h"
|
|
|