diff options
Diffstat (limited to 'engines/sky/disk.h')
| -rw-r--r-- | engines/sky/disk.h | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/sky/disk.h b/engines/sky/disk.h index 3338cce385..320c38eebd 100644 --- a/engines/sky/disk.h +++ b/engines/sky/disk.h @@ -18,9 +18,6 @@   * along with this program; if not, write to the Free Software   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.   * - * $URL$ - * $Id$ - *   */  #ifndef SKY_DISK_H @@ -28,13 +25,12 @@  #include "common/scummsys.h" -#include "common/str.h"  #include "sky/rnc_deco.h"  #define MAX_FILES_IN_LIST 60  namespace Common { -	class File; +class File;  }  namespace Sky {  | 
