From bb34aef1764a884d7973655eff32d835a11bc591 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 1 May 2013 11:32:01 +0200 Subject: [PATCH] test.c: remove redundant include The include hasn't been needed since a7da880 (test: use isl interface for testing lattice widths, Sun Jul 3 14:02:43 2011 +0200). Signed-off-by: Sven Verdoolaege --- test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test.c b/test.c index 62d1083..6fef305 100644 --- a/test.c +++ b/test.c @@ -7,7 +7,6 @@ #include #include #include "config.h" -#include "evalue_read.h" #include "lattice_width.h" #ifdef HAVE_SYS_TIMES_H -- 2.11.4.GIT