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/m_misc.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/heretic/m_misc.c') diff --git a/src/heretic/m_misc.c b/src/heretic/m_misc.c index 4d9f6b5d..91642f02 100644 --- a/src/heretic/m_misc.c +++ b/src/heretic/m_misc.c @@ -23,18 +23,15 @@ // M_misc.c -#ifdef __NeXT__ -#include -#else #include #include #include #include -#endif #include #include "doomdef.h" +#include "i_swap.h" #include "s_sound.h" int myargc; -- cgit v1.2.3