shithub: libvpx

Download patch

ref: e7bbedce5f2b9ecaeb4ebf1bfe446d8895cdf105
parent: e2c5e78ad929d4a6f91895505425b00c5736bd16
author: John Koleszar <jkoleszar@google.com>
date: Fri Jun 29 08:09:02 EDT 2012

fdct4x4_test: remove unnecessary includes

Removes compiler warnings stemming from compiling C as C++.

Change-Id: I84ec60d04fcc6281b6f2ea75af6a22fa3232d95f

--- a/test/fdct4x4_test.cc
+++ b/test/fdct4x4_test.cc
@@ -23,8 +23,6 @@
 
 #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 {