From: Sven Verdoolaege Date: Tue, 29 Apr 2014 07:57:34 +0000 (+0200) Subject: remove spurious include of isl/config.h X-Git-Tag: isl-0.14~134 X-Git-Url: https://repo.or.cz/w/isl.git/commitdiff_plain/b86d6d741163fa51a0c27a16ad467ae901a672bd remove spurious include of isl/config.h Commit 6340a4f (remove WARN_UNUSED from public header, Thu Apr 17 12:55:06 2014 +0200) removed the generation of this file, but failed to remove the include from the include/isl/ctx.h header file. Reported-by: Michael Kruse Signed-off-by: Sven Verdoolaege --- diff --git a/include/isl/ctx.h b/include/isl/ctx.h index 777ba650..1eff415b 100644 --- a/include/isl/ctx.h +++ b/include/isl/ctx.h @@ -15,7 +15,6 @@ #include #include -#include #ifndef __isl_give #define __isl_give