aboutsummaryrefslogtreecommitdiff
path: root/queen/sound.h
diff options
context:
space:
mode:
authorGregory Montoir2003-12-01 20:48:41 +0000
committerGregory Montoir2003-12-01 20:48:41 +0000
commit3befded40237972e846f5b0d6fa67797133e714e (patch)
tree24b4d3b71743882212b028a09cdbbda6f9f20005 /queen/sound.h
parent53b2f75215b6e5fc2ac1b2b762ac3d8374a4f216 (diff)
downloadscummvm-rg350-3befded40237972e846f5b0d6fa67797133e714e.tar.gz
scummvm-rg350-3befded40237972e846f5b0d6fa67797133e714e.tar.bz2
scummvm-rg350-3befded40237972e846f5b0d6fa67797133e714e.zip
cleanup header includes
svn-id: r11449
Diffstat (limited to 'queen/sound.h')
-rw-r--r--queen/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/sound.h b/queen/sound.h
index 5af30e8396..5902857d69 100644
--- a/queen/sound.h
+++ b/queen/sound.h
@@ -22,9 +22,9 @@
#ifndef QUEENSOUND_H
#define QUEENSOUND_H
+#include "common/util.h"
#include "sound/mixer.h"
#include "queen/defs.h"
-#include "common/str.h"
namespace Queen {