From f317851cef910ed84d916f18ef477f31e735802d Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 31 Aug 2009 08:27:16 +0000 Subject: Dumping all system includes anything uses in one big header file is so 1986. XXX: Removing unused declarations (thus, unused headers can trigger XXX: it) sometimes causes gcc to generate substantially different XXX: code. Dunno why but it looks rather like a gcc bug. --- phantasia/interplayer.c | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'phantasia/interplayer.c') diff --git a/phantasia/interplayer.c b/phantasia/interplayer.c index 3bb797d4..7f783681 100644 --- a/phantasia/interplayer.c +++ b/phantasia/interplayer.c @@ -1,10 +1,21 @@ -/* $NetBSD: interplayer.c,v 1.11 2009/08/12 08:21:41 dholland Exp $ */ +/* $NetBSD: interplayer.c,v 1.12 2009/08/31 08:27:16 dholland Exp $ */ /* * interplayer.c - player to player routines for Phantasia */ -#include "include.h" +#include +#include +#include +#include +#include + +#include "macros.h" +#include "phantdefs.h" +#include "phantstruct.h" +#include "phantglobs.h" +#include "pathnames.h" + #undef bool #include -- cgit v1.2.3