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/phantglobs.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'phantasia/phantglobs.c') diff --git a/phantasia/phantglobs.c b/phantasia/phantglobs.c index 58769881..d20b3441 100644 --- a/phantasia/phantglobs.c +++ b/phantasia/phantglobs.c @@ -1,10 +1,16 @@ -/* $NetBSD: phantglobs.c,v 1.5 1999/09/08 21:17:54 jsm Exp $ */ +/* $NetBSD: phantglobs.c,v 1.6 2009/08/31 08:27:16 dholland Exp $ */ /* * phantglobs.c - globals for Phantasia */ -#include "include.h" +#include +#include + +#include "phantdefs.h" +#include "phantstruct.h" +#include "phantglobs.h" + double Circle; /* which circle player is in */ double Shield; /* force field thrown up in monster battle */ -- cgit v1.2.3