From 296686e81217700c0b94c8fe386a396ace81de3b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 15 Feb 2009 23:39:31 +0000 Subject: SCI: Header cleanup (avoid #include <> where possible) svn-id: r38330 --- engines/sci/include/kernel.h | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'engines/sci/include/kernel.h') diff --git a/engines/sci/include/kernel.h b/engines/sci/include/kernel.h index d04dc6bd02..c01a52dc43 100644 --- a/engines/sci/include/kernel.h +++ b/engines/sci/include/kernel.h @@ -27,23 +27,14 @@ #ifndef _SCI_KERNEL_H_ #define _SCI_KERNEL_H_ -#include -#include +#include "common/scummsys.h" + #include "sci/include/kdebug.h" #include "sci/include/uinput.h" #include "sci/include/event.h" #include "sci/include/vm.h" #include "sci/include/console.h" /* sciprintf() */ -#ifdef _MSC_VER -# include -# include -#endif - -#ifndef PI -# define PI 3.14159265358979323846 -#endif /* !PI */ - extern int _kdebug_cheap_event_hack; extern int _kdebug_cheap_soundcue_hack; extern int stop_on_event; -- cgit v1.2.3