diff options
author | Ian C <ianc@noddybox.co.uk> | 2007-01-12 00:40:03 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2007-01-12 00:40:03 +0000 |
commit | ef641589bf763ea12e73abf4bf42e45ac1acd2ff (patch) | |
tree | 0afa591a9c5294a07508f6c5c56a0857adfd2285 /source/zx81.c | |
parent | 50d960d99f0783799f81236d9225a6940606fe38 (diff) |
Gone back to a simpler ARM9 only build as the new dynamic libfat library means I can use that, and dswifi wouldn't work with my AP.
Diffstat (limited to 'source/zx81.c')
-rw-r--r-- | source/zx81.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/zx81.c b/source/zx81.c index 41ff686..d6edaa0 100644 --- a/source/zx81.c +++ b/source/zx81.c @@ -28,8 +28,6 @@ #include <ctype.h> #include <nds.h> -#include "ds81_global.h" - #include "zx81.h" #include "gui.h" |