| Index: source/libvpx/test/variance_test.cc
|
| ===================================================================
|
| --- source/libvpx/test/variance_test.cc (revision 247498)
|
| +++ source/libvpx/test/variance_test.cc (working copy)
|
| @@ -17,17 +17,15 @@
|
|
|
| #include "vpx/vpx_integer.h"
|
| #include "./vpx_config.h"
|
| -extern "C" {
|
| #include "vpx_mem/vpx_mem.h"
|
| #if CONFIG_VP8_ENCODER
|
| -# include "vp8/common/variance.h"
|
| # include "./vp8_rtcd.h"
|
| +# include "vp8/common/variance.h"
|
| #endif
|
| #if CONFIG_VP9_ENCODER
|
| -# include "vp9/encoder/vp9_variance.h"
|
| # include "./vp9_rtcd.h"
|
| +# include "vp9/encoder/vp9_variance.h"
|
| #endif
|
| -}
|
| #include "test/acm_random.h"
|
|
|
| namespace {
|
|
|