fdct4x4_test: remove unnecessary includes
authorJohn Koleszar <jkoleszar@google.com>
Fri, 29 Jun 2012 19:09:02 +0000 (12:09 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 29 Jun 2012 19:17:58 +0000 (12:17 -0700)
Removes compiler warnings stemming from compiling C as C++.

Change-Id: I84ec60d04fcc6281b6f2ea75af6a22fa3232d95f

test/fdct4x4_test.cc

index a1c31da..8a2646a 100644 (file)
@@ -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 {