From 485a867b998f8523e501e63ee90a5b6b07c38804 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Thu, 25 Aug 2011 14:09:48 +1000 Subject: [PATCH] Remove superfluous #include directives --- src/globals.h | 3 --- src/intf.h | 3 --- 2 files changed, 6 deletions(-) diff --git a/src/globals.h b/src/globals.h index e5f562c..53dc727 100644 --- a/src/globals.h +++ b/src/globals.h @@ -32,9 +32,6 @@ #define included_GLOBALS_H 1 -#include - - /************************************************************************ * Game constants * ************************************************************************/ diff --git a/src/intf.h b/src/intf.h index c22eeb3..f829a42 100644 --- a/src/intf.h +++ b/src/intf.h @@ -33,9 +33,6 @@ #define included_INTF_H 1 -#include "system.h" - - /************************************************************************ * Constants and type declarations * ************************************************************************/