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

@@ -14,10 +14,8 @@
#include "third_party/googletest/src/include/gtest/gtest.h"
extern "C" {
#include "vp9/decoder/vp9_reader.h"
#include "vp9/encoder/vp9_writer.h"
}
#include "test/acm_random.h"
#include "vpx/vpx_integer.h"