summaryrefslogtreecommitdiff
path: root/amiga/download.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-03-23 22:27:33 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-03-23 22:27:33 +0000
commit861b5b4953541c1a5654bd57e874f68524c3f47a (patch)
tree889a7942fdac00d663c30c6b853a77616a79c7a7 /amiga/download.c
parent5e898e5a922359878d0386b183eb0914e3ae657f (diff)
downloadnetsurf-861b5b4953541c1a5654bd57e874f68524c3f47a.tar.gz
netsurf-861b5b4953541c1a5654bd57e874f68524c3f47a.tar.bz2
Factor Amiga theme-related code out to a new file. This includes all throbber and
mouse pointer code (which are "theme modifiable") as well as normal theme reading code. svn path=/trunk/netsurf/; revision=10145
Diffstat (limited to 'amiga/download.c')
-rw-r--r--amiga/download.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/amiga/download.c b/amiga/download.c
index 20647afab..2172fb8cc 100644
--- a/amiga/download.c
+++ b/amiga/download.c
@@ -16,6 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <string.h>
+
#include <proto/wb.h>
#include <proto/asl.h>
#include <proto/exec.h>
@@ -33,6 +35,7 @@
#include "amiga/options.h"
#include "amiga/bitmap.h"
#include "amiga/iff_dr2d.h"
+#include "amiga/theme.h"
#include "content/fetch.h"
@@ -42,8 +45,6 @@
#include "utils/messages.h"
#include "utils/utils.h"
-#include <string.h>
-
#include <proto/window.h>
#include <proto/layout.h>