test/: remove some unnecessary extern "C"s

Change-Id: I57a94d2f9e26a872a20d805a506855a20e61c356
This commit is contained in:
James Zern
2014-01-17 20:59:51 -08:00
parent d9a9c45b90
commit f061968213
9 changed files with 0 additions and 18 deletions

View File

@@ -16,12 +16,10 @@
#include "test/register_state_check.h"
#include "test/util.h"
#include "third_party/googletest/src/include/gtest/gtest.h"
extern "C" {
#include "./vpx_config.h"
#include "./vp8_rtcd.h"
#include "vpx/vpx_integer.h"
#include "vpx_mem/vpx_mem.h"
}
namespace {