From ee3b9a6aba1ec74467dd50d5bf7be7cfa7bcf9b6 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 30 Oct 2009 21:43:16 +0100 Subject: Remove unnecessary header include. --- crawl-ref/source/spl-util.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crawl-ref/source/spl-util.h') diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h index 6d0d66d980..3525acc4c5 100644 --- a/crawl-ref/source/spl-util.h +++ b/crawl-ref/source/spl-util.h @@ -8,8 +8,7 @@ #ifndef SPL_UTIL_H #define SPL_UTIL_H -#include "enum.h" // just for NUM_SPELL_TYPES and TARG_ENEMY -#include "directn.h" // just for DIR_NONE +#include "enum.h" enum spschool_flag_type { -- cgit v1.2.3-54-g00ecf