From 235099c3b7f77c1caf1cf2275b8f97ef82e5aba5 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 14 Sep 2009 14:14:07 -0700 Subject: [PATCH] games - misc - clean up compiler warnings Submitted-by: Ulrich Spoerlein --- games/atc/include.h | 1 - games/atc/lex.l | 1 - games/canfield/canfield/canfield.c | 1 + games/fortune/fortune/fortune.c | 1 + games/fortune/strfile/strfile.c | 1 + games/fortune/unstr/unstr.c | 1 + 6 files changed, 4 insertions(+), 2 deletions(-) diff --git a/games/atc/include.h b/games/atc/include.h index 2984ee1..c21a9cc 100644 --- a/games/atc/include.h +++ b/games/atc/include.h @@ -56,7 +56,6 @@ #include #include #include -#include #include #include #include diff --git a/games/atc/lex.l b/games/atc/lex.l index 6474801..67b4e85 100644 --- a/games/atc/lex.l +++ b/games/atc/lex.l @@ -47,7 +47,6 @@ * For more info on this and all of my stuff, mail edjames@berkeley.edu. */ -#include #include "y.tab.h" #define YY_NO_UNPUT diff --git a/games/canfield/canfield/canfield.c b/games/canfield/canfield/canfield.c index aa1ff0c..759b8a1 100644 --- a/games/canfield/canfield/canfield.c +++ b/games/canfield/canfield/canfield.c @@ -56,6 +56,7 @@ #include #include #include +#include #include "pathnames.h" diff --git a/games/fortune/fortune/fortune.c b/games/fortune/fortune/fortune.c index 22d9497..89ecad0 100644 --- a/games/fortune/fortune/fortune.c +++ b/games/fortune/fortune/fortune.c @@ -42,6 +42,7 @@ # include # include +# include # include # include diff --git a/games/fortune/strfile/strfile.c b/games/fortune/strfile/strfile.c index 81d2e31..323d295 100644 --- a/games/fortune/strfile/strfile.c +++ b/games/fortune/strfile/strfile.c @@ -42,6 +42,7 @@ */ # include +# include # include # include # include diff --git a/games/fortune/unstr/unstr.c b/games/fortune/unstr/unstr.c index 48b2a56..2942a3a 100644 --- a/games/fortune/unstr/unstr.c +++ b/games/fortune/unstr/unstr.c @@ -55,6 +55,7 @@ */ # include +# include # include # include # include -- 1.7.7.2