test/: remove unnecessary extern "C"s

Change-Id: I826655a708010149de231ca31a2e3ba4f1842c0c
This commit is contained in:
James Zern
2014-01-18 13:03:31 -08:00
parent 25cfd8e8c4
commit 002ad40897
17 changed files with 18 additions and 42 deletions

View File

@@ -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;