| Index: source/libvpx/test/sixtap_predict_test.cc
|
| ===================================================================
|
| --- source/libvpx/test/sixtap_predict_test.cc (revision 247498)
|
| +++ source/libvpx/test/sixtap_predict_test.cc (working copy)
|
| @@ -16,12 +16,10 @@
|
| #include "test/register_state_check.h"
|
| #include "test/util.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"
|
| -}
|
|
|
| namespace {
|
|
|
|
|