Remove two double inclusions. Signed-off-by: Nicolas Kaiser <nikai@xxxxxxxxx> --- expression.c | 1 - symbol.c | 1 - 2 files changed, 2 deletions(-) diff -uprN sparse-0.1.orig/expression.c sparse-0.1/expression.c --- sparse-0.1.orig/expression.c 2006-11-06 20:26:11.000000000 +0100 +++ sparse-0.1/expression.c 2006-11-14 09:34:22.000000000 +0100 @@ -20,7 +20,6 @@ #include "lib.h" #include "allocate.h" -#include "allocate.h" #include "token.h" #include "parse.h" #include "symbol.h" diff -uprN sparse-0.1.orig/symbol.c sparse-0.1/symbol.c --- sparse-0.1.orig/symbol.c 2006-11-06 20:26:11.000000000 +0100 +++ sparse-0.1/symbol.c 2006-11-14 09:35:16.000000000 +0100 @@ -8,7 +8,6 @@ */ #include <stdlib.h> #include <stdio.h> -#include <stdlib.h> #include <string.h> #include "lib.h" - To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html