aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/DiscardableMemoryTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DiscardableMemoryTest.cpp')
-rw-r--r--tests/DiscardableMemoryTest.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/DiscardableMemoryTest.cpp b/tests/DiscardableMemoryTest.cpp
index 8447e4d45c..2b09533b0c 100644
--- a/tests/DiscardableMemoryTest.cpp
+++ b/tests/DiscardableMemoryTest.cpp
@@ -5,13 +5,9 @@
* found in the LICENSE file.
*/
-#include "SkDiscardableMemory.h"
#include "SkDiscardableMemoryPool.h"
-#include "SkRefCnt.h"
-#include "Test.h"
-#include <cstring>
-#include <memory>
+#include "Test.h"
namespace {
constexpr char kTestString[] = "HELLO, WORLD!";