| Index: source/libvpx/test/convolve_test.cc
|
| ===================================================================
|
| --- source/libvpx/test/convolve_test.cc (revision 247498)
|
| +++ source/libvpx/test/convolve_test.cc (working copy)
|
| @@ -14,13 +14,11 @@
|
| #include "test/util.h"
|
| #include "third_party/googletest/src/include/gtest/gtest.h"
|
|
|
| -extern "C" {
|
| #include "./vpx_config.h"
|
| #include "./vp9_rtcd.h"
|
| #include "vp9/common/vp9_filter.h"
|
| #include "vpx_mem/vpx_mem.h"
|
| #include "vpx_ports/mem.h"
|
| -}
|
|
|
| namespace {
|
| typedef void (*convolve_fn_t)(const uint8_t *src, ptrdiff_t src_stride,
|
|
|