summaryrefslogtreecommitdiff
path: root/amiga/utf8.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-16 09:55:01 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-16 22:33:44 +0100
commit0b64df140c87c81d5046c0a97b5a655ca7af170b (patch)
tree3e0e1d5038e2b8d27f859d22c1c3f2205363d2c7 /amiga/utf8.c
parent3b4dea6241a09f745f7c4c54c302e6b4a0052680 (diff)
downloadnetsurf-0b64df140c87c81d5046c0a97b5a655ca7af170b.tar.gz
netsurf-0b64df140c87c81d5046c0a97b5a655ca7af170b.tar.bz2
Update amiga frontend for split operation table header changes
Diffstat (limited to 'amiga/utf8.c')
-rwxr-xr-xamiga/utf8.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/amiga/utf8.c b/amiga/utf8.c
index a8e415d45..9bf1b1adb 100755
--- a/amiga/utf8.c
+++ b/amiga/utf8.c
@@ -19,13 +19,13 @@
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
-
-#include "utils/utf8.h"
-#include "desktop/gui.h"
#include <proto/exec.h>
#include <proto/diskfont.h>
#include <diskfont/diskfonttag.h>
+#include "utils/utf8.h"
+#include "desktop/gui_utf8.h"
+
#include "amiga/utf8.h"
nserror utf8_from_local_encoding(const char *string, size_t len, char **result)