aboutsummaryrefslogtreecommitdiff
path: root/src/unalf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unalf.h')
-rw-r--r--src/unalf.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/unalf.h b/src/unalf.h
index 2d0072e..33a7760 100644
--- a/src/unalf.h
+++ b/src/unalf.h
@@ -7,17 +7,13 @@
#include <sys/stat.h>
#include <f65.h>
#include "self.h"
+#include "u816.h"
#ifndef VERSION
#define VERSION "???"
#warning "VERSION not defined, defaulting to \"???\""
#endif
-#ifndef u8
-#define u8 unsigned char
-#define u16 unsigned short
-#endif
-
/* asmcode.c (converted from asm) */
void uncrunch_file(void);
void setup_io_bufs(void);