summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xacodec.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/xacodec.c b/xacodec.c
index a4ce745bf3..5f7f5bbc81 100644
--- a/xacodec.c
+++ b/xacodec.c
@@ -9,6 +9,10 @@
#include <stdlib.h>
#include <string.h> /* strerror */
+#include "config.h"
+
+#ifdef USE_XANIM
+
#ifdef __FreeBSD__
#include <unistd.h>
#endif
@@ -17,8 +21,6 @@
#include <stdarg.h> /* va_alist, va_start, va_end */
#include <errno.h> /* strerror, errno */
-#include "config.h"
-
#include "mp_msg.h"
#include "bswap.h"
@@ -37,8 +39,6 @@
#include "fastmemcpy.h"
-#ifdef USE_XANIM
-
#if 0
typedef char xaBYTE;
typedef short xaSHORT;