aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2010-11-08 23:07:42 +0000
committerMax Horn2010-11-08 23:07:42 +0000
commit059944e59cc7f3b84fabb1210b6c1fb0aacc549e (patch)
tree77642a74528a81ee4802f7c93537ecf02a56193a /common
parent82e473bc3b1498325bad28d804e4314f0c3a528c (diff)
downloadscummvm-rg350-059944e59cc7f3b84fabb1210b6c1fb0aacc549e.tar.gz
scummvm-rg350-059944e59cc7f3b84fabb1210b6c1fb0aacc549e.tar.bz2
scummvm-rg350-059944e59cc7f3b84fabb1210b6c1fb0aacc549e.zip
COMMON: Push #include audiocd.h in system.h out to .cpp files
svn-id: r54148
Diffstat (limited to 'common')
-rw-r--r--common/system.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/system.h b/common/system.h
index a11adb4134..e84801562d 100644
--- a/common/system.h
+++ b/common/system.h
@@ -33,8 +33,6 @@
#include "graphics/pixelformat.h"
-#include "backends/audiocd/audiocd.h"
-
namespace Audio {
class Mixer;
}
@@ -54,6 +52,7 @@ namespace Common {
class HardwareKeySet;
}
+class AudioCDManager;
class FilesystemFactory;
/**