From: John Koleszar Date: Fri, 29 Jun 2012 19:09:02 +0000 (-0700) Subject: fdct4x4_test: remove unnecessary includes X-Git-Tag: v1.2.0~154 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7bbedce5f2b9ecaeb4ebf1bfe446d8895cdf105;p=platform%2Fupstream%2Flibvpx.git fdct4x4_test: remove unnecessary includes Removes compiler warnings stemming from compiling C as C++. Change-Id: I84ec60d04fcc6281b6f2ea75af6a22fa3232d95f --- 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 {