| Index: source/libvpx/test/pp_filter_test.cc
|
| ===================================================================
|
| --- source/libvpx/test/pp_filter_test.cc (revision 247498)
|
| +++ source/libvpx/test/pp_filter_test.cc (working copy)
|
| @@ -10,12 +10,10 @@
|
| #include "test/clear_system_state.h"
|
| #include "test/register_state_check.h"
|
| #include "third_party/googletest/src/include/gtest/gtest.h"
|
| -extern "C" {
|
| #include "./vpx_config.h"
|
| #include "./vp8_rtcd.h"
|
| #include "vpx/vpx_integer.h"
|
| #include "vpx_mem/vpx_mem.h"
|
| -}
|
|
|
| typedef void (*post_proc_func_t)(unsigned char *src_ptr,
|
| unsigned char *dst_ptr,
|
|
|