aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorChris Apers2006-02-12 19:32:54 +0000
committerChris Apers2006-02-12 19:32:54 +0000
commit0bedb9fd572752e6d542874f90c5cc4efa0cad1f (patch)
tree5bca98ce17ed27b75797944107a5c7a1d8f26f82 /backends
parent1434ff868bc6d0f98023009840dd3ad610e9899e (diff)
downloadscummvm-rg350-0bedb9fd572752e6d542874f90c5cc4efa0cad1f.tar.gz
scummvm-rg350-0bedb9fd572752e6d542874f90c5cc4efa0cad1f.tar.bz2
scummvm-rg350-0bedb9fd572752e6d542874f90c5cc4efa0cad1f.zip
Cleanup
svn-id: r20650
Diffstat (limited to 'backends')
-rw-r--r--backends/PalmOS/Src/init_mathlib.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/PalmOS/Src/init_mathlib.cpp b/backends/PalmOS/Src/init_mathlib.cpp
index 9d86309fde..88cf8a21f2 100644
--- a/backends/PalmOS/Src/init_mathlib.cpp
+++ b/backends/PalmOS/Src/init_mathlib.cpp
@@ -1,5 +1,4 @@
#include <PalmOS.h>
-#include "enginersc.h"
#include "globals.h"
#include "init_mathlib.h"
@@ -27,4 +26,4 @@ void MathlibRelease() {
if (!useCount)
SysLibRemove(MathLibRef);
}
-}
+} \ No newline at end of file