From: Matthew Dillon Date: Mon, 14 Sep 2009 21:14:07 +0000 (-0700) Subject: games - misc - clean up compiler warnings X-Git-Tag: v2.4.0~7 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/235099c3b7f77c1caf1cf2275b8f97ef82e5aba5 games - misc - clean up compiler warnings Submitted-by: Ulrich Spoerlein --- diff --git a/games/atc/include.h b/games/atc/include.h index 2984ee1905..c21a9cc1c7 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 647480144b..67b4e85967 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 aa1ff0ce09..759b8a1ef9 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 22d9497dcc..89ecad0955 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 81d2e311bb..323d2954af 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 48b2a56b07..2942a3a24f 100644 --- a/games/fortune/unstr/unstr.c +++ b/games/fortune/unstr/unstr.c @@ -55,6 +55,7 @@ */ # include +# include # include # include # include