diff options
Diffstat (limited to 'engines/gob/sound/cdrom.h')
-rw-r--r-- | engines/gob/sound/cdrom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/sound/cdrom.h b/engines/gob/sound/cdrom.h index 201f7adb75..6f01e6f90a 100644 --- a/engines/gob/sound/cdrom.h +++ b/engines/gob/sound/cdrom.h @@ -26,10 +26,10 @@ #ifndef GOB_SOUND_CDROM_H #define GOB_SOUND_CDROM_H -#include "gob/dataio.h" - namespace Gob { +class DataStream; + class CDROM { public: CDROM(); |