From 059944e59cc7f3b84fabb1210b6c1fb0aacc549e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 8 Nov 2010 23:07:42 +0000 Subject: COMMON: Push #include audiocd.h in system.h out to .cpp files svn-id: r54148 --- common/system.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common') 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; /** -- cgit v1.2.3