diff options
Diffstat (limited to 'common/system.h')
-rw-r--r-- | common/system.h | 3 |
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; /** |