aboutsummaryrefslogtreecommitdiff
path: root/common/savefile.cpp
diff options
context:
space:
mode:
authorMax Horn2003-09-10 12:15:51 +0000
committerMax Horn2003-09-10 12:15:51 +0000
commit110152ddcf0ba53528b7f8eaa0a96f2e8349841c (patch)
tree22a51f27c9f433bed4e8c2aa475212caf99c69ba /common/savefile.cpp
parent77ae18255bb5ac555087ee3314e8ea9c02a6c436 (diff)
downloadscummvm-rg350-110152ddcf0ba53528b7f8eaa0a96f2e8349841c.tar.gz
scummvm-rg350-110152ddcf0ba53528b7f8eaa0a96f2e8349841c.tar.bz2
scummvm-rg350-110152ddcf0ba53528b7f8eaa0a96f2e8349841c.zip
moved declaration of error/warning/debug from engine.h to util.h
svn-id: r10149
Diffstat (limited to 'common/savefile.cpp')
-rw-r--r--common/savefile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/savefile.cpp b/common/savefile.cpp
index 7d99f0e5d3..38aef7891c 100644
--- a/common/savefile.cpp
+++ b/common/savefile.cpp
@@ -21,7 +21,6 @@
#include "common/savefile.h"
#include "common/util.h"
-#include "common/engine.h" // For debug/warning/error
uint32 SaveFile::read(void *ptr, uint32 size)
{