Index: tests/MallocPixelRefTest.cpp |
diff --git a/tests/MallocPixelRefTest.cpp b/tests/MallocPixelRefTest.cpp |
index e169763dad8f07fdca79abf472b995ee0bae1383..bf8f16df5fad48a79753988bf541aa5981087753 100644 |
--- a/tests/MallocPixelRefTest.cpp |
+++ b/tests/MallocPixelRefTest.cpp |
@@ -8,7 +8,6 @@ |
#include "SkData.h" |
#include "SkMallocPixelRef.h" |
#include "Test.h" |
-#include "TestClassDef.h" |
static void delete_uint8_proc(void* ptr, void*) { |
delete[] static_cast<uint8_t*>(ptr); |