aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorChris Apers2004-11-09 11:27:15 +0000
committerChris Apers2004-11-09 11:27:15 +0000
commite40f30e81adc986cf6975bf90bfd4cbec2f47fa0 (patch)
treee8c606f1908906a2b6dde63986deb8ca75e7249a /scumm
parent6854c86eb2ba636ed7aad9704222bef71a34d6fe (diff)
downloadscummvm-rg350-e40f30e81adc986cf6975bf90bfd4cbec2f47fa0.tar.gz
scummvm-rg350-e40f30e81adc986cf6975bf90bfd4cbec2f47fa0.tar.bz2
scummvm-rg350-e40f30e81adc986cf6975bf90bfd4cbec2f47fa0.zip
Cleanup
svn-id: r15759
Diffstat (limited to 'scumm')
-rw-r--r--scumm/costume.cpp1
-rw-r--r--scumm/gfx.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp
index 1575d9ee5b..27273b61c2 100644
--- a/scumm/costume.cpp
+++ b/scumm/costume.cpp
@@ -27,6 +27,7 @@
#include "scumm/sound.h"
#if defined(__PALM_OS__)
+#include "init_arm.h"
#include "arm/native.h"
#include "arm/macros.h"
#endif
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 9dd24fb582..d8415fbf50 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -28,6 +28,7 @@
#include "scumm/usage_bits.h"
#if defined(__PALM_OS__)
+#include "init_arm.h"
#include "arm/native.h"
#include "arm/macros.h"
#endif