summaryrefslogtreecommitdiff
path: root/frontends/amiga/theme.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-11-19 15:50:22 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-11-19 15:50:22 +0000
commitec239402eac198af635f14970bf411e5690dd02e (patch)
treeba5dfbc0d235795de3c20bd63d9d07964e21f791 /frontends/amiga/theme.c
parentd3c7d410a87f02956523b64bc5af380804e67690 (diff)
downloadnetsurf-ec239402eac198af635f14970bf411e5690dd02e.tar.gz
netsurf-ec239402eac198af635f14970bf411e5690dd02e.tar.bz2
Move memory functions from misc.c to memory.c
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;