| Index: source/libvpx/test/dct32x32_test.cc
|
| ===================================================================
|
| --- source/libvpx/test/dct32x32_test.cc (revision 247498)
|
| +++ source/libvpx/test/dct32x32_test.cc (working copy)
|
| @@ -18,12 +18,9 @@
|
| #include "test/register_state_check.h"
|
| #include "test/util.h"
|
|
|
| -extern "C" {
|
| #include "./vpx_config.h"
|
| -#include "vp9/common/vp9_entropy.h"
|
| #include "./vp9_rtcd.h"
|
| -}
|
| -
|
| +#include "vp9/common/vp9_entropy.h"
|
| #include "vpx/vpx_integer.h"
|
|
|
| using libvpx_test::ACMRandom;
|
|
|