aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/platdefs.h
diff options
context:
space:
mode:
authorFilippos Karapetis2017-02-10 02:16:15 +0200
committerFilippos Karapetis2017-02-10 04:33:35 +0200
commitfdc3baeeff72e0d2313c9015ca1e3ab187456c9e (patch)
treeedd891b33ccaf5fa9f5cbbc5d991f6b868c95609 /engines/cryo/platdefs.h
parentd895d230878e09a56d564a984fb66acf2c6bb7f8 (diff)
downloadscummvm-rg350-fdc3baeeff72e0d2313c9015ca1e3ab187456c9e.tar.gz
scummvm-rg350-fdc3baeeff72e0d2313c9015ca1e3ab187456c9e.tar.bz2
scummvm-rg350-fdc3baeeff72e0d2313c9015ca1e3ab187456c9e.zip
CRYO: Move unrelated Common::File include out of platdefs.h
Diffstat (limited to 'engines/cryo/platdefs.h')
-rw-r--r--engines/cryo/platdefs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/cryo/platdefs.h b/engines/cryo/platdefs.h
index 81329fb190..69f8e625ea 100644
--- a/engines/cryo/platdefs.h
+++ b/engines/cryo/platdefs.h
@@ -23,9 +23,6 @@
#ifndef CRYO_PLATDEFS_H
#define CRYO_PLATDEFS_H
-#if 1
-#include "common/file.h"
-
namespace Cryo {
#if 1
@@ -41,8 +38,6 @@ const int _spaceWidth = 4;
const int _subtitlesXWidth = (320 - _subtitlesXMargin * 2);
const int _subtitlesXCenter = _subtitlesXWidth / 2;
-#endif
-
} // End of namespace Cryo
#endif