aboutsummaryrefslogtreecommitdiff
path: root/simon/sound.cpp
diff options
context:
space:
mode:
authorMax Horn2003-09-10 12:31:20 +0000
committerMax Horn2003-09-10 12:31:20 +0000
commit07a9646997cca2fe2cdc22708e33bd08b61bb927 (patch)
treee4ee2fba33561c554e40123d33c761521745f81a /simon/sound.cpp
parent925ddb1b8605a6659aef426ff0494c7ede8716c2 (diff)
downloadscummvm-rg350-07a9646997cca2fe2cdc22708e33bd08b61bb927.tar.gz
scummvm-rg350-07a9646997cca2fe2cdc22708e33bd08b61bb927.tar.bz2
scummvm-rg350-07a9646997cca2fe2cdc22708e33bd08b61bb927.zip
moved declaration of error/warning/debug from engine.h to util.h
svn-id: r10152
Diffstat (limited to 'simon/sound.cpp')
-rw-r--r--simon/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/sound.cpp b/simon/sound.cpp
index d9c7c588f4..195b74cc32 100644
--- a/simon/sound.cpp
+++ b/simon/sound.cpp
@@ -19,7 +19,7 @@
#include "stdafx.h"
#include "common/file.h"
-#include "common/engine.h"
+#include "common/util.h"
#include "simon/sound.h"
#include "sound/voc.h"