summaryrefslogtreecommitdiff
path: root/src/heretic/m_misc.c
diff options
context:
space:
mode:
authorSimon Howard2008-09-17 20:07:18 +0000
committerSimon Howard2008-09-17 20:07:18 +0000
commit90056c594d74eb1b938e34d02833435bd23e0bf7 (patch)
tree8d8b0ebee70c0ee650ca2751984139ede61c2c0a /src/heretic/m_misc.c
parent967d3910e3957417630085237a95cdac546b1bd4 (diff)
downloadchocolate-doom-90056c594d74eb1b938e34d02833435bd23e0bf7.tar.gz
chocolate-doom-90056c594d74eb1b938e34d02833435bd23e0bf7.tar.bz2
chocolate-doom-90056c594d74eb1b938e34d02833435bd23e0bf7.zip
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
Diffstat (limited to 'src/heretic/m_misc.c')
-rw-r--r--src/heretic/m_misc.c5
1 files changed, 1 insertions, 4 deletions
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 <libc.h>
-#else
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
#include <stdlib.h>
-#endif
#include <ctype.h>
#include "doomdef.h"
+#include "i_swap.h"
#include "s_sound.h"
int myargc;