From e7bbedce5f2b9ecaeb4ebf1bfe446d8895cdf105 Mon Sep 17 00:00:00 2001 From: John Koleszar Date: Fri, 29 Jun 2012 12:09:02 -0700 Subject: [PATCH] fdct4x4_test: remove unnecessary includes Removes compiler warnings stemming from compiling C as C++. Change-Id: I84ec60d04fcc6281b6f2ea75af6a22fa3232d95f --- test/fdct4x4_test.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/fdct4x4_test.cc b/test/fdct4x4_test.cc index a1c31da..8a2646a 100644 --- a/test/fdct4x4_test.cc +++ b/test/fdct4x4_test.cc @@ -23,8 +23,6 @@ extern "C" { #include "third_party/googletest/src/include/gtest/gtest.h" #include "vpx/vpx_integer.h" -#include "vpx_mem/vpx_mem.h" -#include "vp8/encoder/onyx_int.h" namespace { -- 2.7.4