summaryrefslogtreecommitdiff
path: root/src/mus2mid.c
diff options
context:
space:
mode:
authorSimon Howard2007-03-15 18:38:55 +0000
committerSimon Howard2007-03-15 18:38:55 +0000
commitc2af7bb926e4f7026347739e4a5a58a3bac51d0f (patch)
tree17aefc7df9d9442132cce4e2cbb4d8b375cf355c /src/mus2mid.c
parentb7906ef4baad9f3a2a7e1b32a9d739e29e001f79 (diff)
downloadchocolate-doom-c2af7bb926e4f7026347739e4a5a58a3bac51d0f.tar.gz
chocolate-doom-c2af7bb926e4f7026347739e4a5a58a3bac51d0f.tar.bz2
chocolate-doom-c2af7bb926e4f7026347739e4a5a58a3bac51d0f.zip
Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamed
to i_swap.h. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 857
Diffstat (limited to 'src/mus2mid.c')
-rw-r--r--src/mus2mid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mus2mid.c b/src/mus2mid.c
index ba93d4a8..603bd020 100644
--- a/src/mus2mid.c
+++ b/src/mus2mid.c
@@ -26,7 +26,7 @@
#include <stdio.h>
#include "doomtype.h"
-#include "m_swap.h"
+#include "i_swap.h"
#include "memio.h"
#include "mus2mid.h"