From a39b13ff9ff11c0b9c1469605cf634536cf75546 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 6 Jul 2012 09:11:48 +0200 Subject: [PATCH] tests: remove unused includes --- tests/examples/memory/memory_test.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/examples/memory/memory_test.c b/tests/examples/memory/memory_test.c index 421a0dd117..fd445fbf16 100644 --- a/tests/examples/memory/memory_test.c +++ b/tests/examples/memory/memory_test.c @@ -1,8 +1,3 @@ -#include -#include -#include -#include - #include #include "my-memory.h"