From 90056c594d74eb1b938e34d02833435bd23e0bf7 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 17 Sep 2008 20:07:18 +0000 Subject: Remove heretic definitions for fixed math arithmetic and endianness conversion macros; use the ones from the common code. Subversion-branch: /branches/raven-branch Subversion-revision: 1242 --- src/heretic/p_setup.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/heretic/p_setup.c') diff --git a/src/heretic/p_setup.c b/src/heretic/p_setup.c index 03b1a59c..6d512293 100644 --- a/src/heretic/p_setup.c +++ b/src/heretic/p_setup.c @@ -25,7 +25,9 @@ #include #include + #include "doomdef.h" +#include "i_swap.h" #include "p_local.h" #include "s_sound.h" -- cgit v1.2.3