summaryrefslogtreecommitdiff
path: root/test/idct_test.cc
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2014-01-17 20:59:51 -0800
committerJames Zern <jzern@google.com>2014-01-18 13:14:14 -0800
commitf061968213347b311e62ec8005a5f510b565e208 (patch)
tree89de08ef1a501d260dad85f9fe4314f08bc18bae /test/idct_test.cc
parentd9a9c45b90e08aa5e2e2d1f5f8aea60eb6cde8fe (diff)
downloadlibvpx-f061968213347b311e62ec8005a5f510b565e208.tar
libvpx-f061968213347b311e62ec8005a5f510b565e208.tar.gz
libvpx-f061968213347b311e62ec8005a5f510b565e208.tar.bz2
libvpx-f061968213347b311e62ec8005a5f510b565e208.zip
test/: remove some unnecessary extern "C"s
Change-Id: I57a94d2f9e26a872a20d805a506855a20e61c356
Diffstat (limited to 'test/idct_test.cc')
-rw-r--r--test/idct_test.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/idct_test.cc b/test/idct_test.cc
index 2c7fa0ef8..1bbf80a0a 100644
--- a/test/idct_test.cc
+++ b/test/idct_test.cc
@@ -8,10 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-extern "C" {
#include "./vpx_config.h"
#include "./vp8_rtcd.h"
-}
#include "test/clear_system_state.h"
#include "test/register_state_check.h"
#include "third_party/googletest/src/include/gtest/gtest.h"