summaryrefslogtreecommitdiff
path: root/frontends/amiga/theme.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-11-19 16:19:29 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-11-19 16:19:29 +0000
commitcdde777d9cf157460201c59c5cc05c7479c3f830 (patch)
treeeb3b8770a4ab8f6bda79bb78689384e2f527dcc0 /frontends/amiga/theme.c
parentd3c7d410a87f02956523b64bc5af380804e67690 (diff)
parent4b1b79582c5de530100b4ddb909163a6fb9b23c8 (diff)
downloadnetsurf-cdde777d9cf157460201c59c5cc05c7479c3f830.tar.gz
netsurf-cdde777d9cf157460201c59c5cc05c7479c3f830.tar.bz2
Move memory functions to own file
Diffstat (limited to 'frontends/amiga/theme.c')
-rw-r--r--frontends/amiga/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/amiga/theme.c b/frontends/amiga/theme.c
index 4042d1dd0..5f44a9bab 100644
--- a/frontends/amiga/theme.c
+++ b/frontends/amiga/theme.c
@@ -49,7 +49,7 @@
#include "amiga/bitmap.h"
#include "amiga/schedule.h"
#include "amiga/theme.h"
-#include "amiga/misc.h"
+#include "amiga/memory.h"
static struct BitMap *throbber = NULL;
static struct bitmap *throbber_nsbm = NULL;