Chromium Code Reviews| Index: source/libvpx/test/vp8_boolcoder_test.cc |
| =================================================================== |
| --- source/libvpx/test/vp8_boolcoder_test.cc (revision 247498) |
| +++ source/libvpx/test/vp8_boolcoder_test.cc (working copy) |
| @@ -20,10 +20,8 @@ |
| #include "third_party/googletest/src/include/gtest/gtest.h" |
| #include "vpx/vpx_integer.h" |
| -extern "C" { |
| #include "vp8/encoder/boolhuff.h" |
| #include "vp8/decoder/dboolhuff.h" |
| -} |
| namespace { |
| const int num_tests = 10; |