aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorStrangerke2019-11-01 23:00:34 +0100
committerEugene Sandulenko2019-11-13 22:07:08 +0100
commit473f253e49ec3df55906910d1d8c1ff4ff28d7b6 (patch)
tree96b5d24854b2266ef5d6ccbe3787ac8dd695dd05 /engines
parent2eec117a5cf9f33cd14f581f01d1c615d837b9df (diff)
downloadscummvm-rg350-473f253e49ec3df55906910d1d8c1ff4ff28d7b6.tar.gz
scummvm-rg350-473f253e49ec3df55906910d1d8c1ff4ff28d7b6.tar.bz2
scummvm-rg350-473f253e49ec3df55906910d1d8c1ff4ff28d7b6.zip
GRIFFON: Fix compilation
Diffstat (limited to 'engines')
-rw-r--r--engines/griffon/combat.cpp1
-rw-r--r--engines/griffon/cutscenes.cpp1
-rw-r--r--engines/griffon/dialogs.cpp1
-rw-r--r--engines/griffon/draw.cpp1
-rw-r--r--engines/griffon/engine.cpp1
-rw-r--r--engines/griffon/griffon.cpp1
-rw-r--r--engines/griffon/input.cpp1
-rw-r--r--engines/griffon/logic.cpp1
-rw-r--r--engines/griffon/sound.cpp1
9 files changed, 0 insertions, 9 deletions
diff --git a/engines/griffon/combat.cpp b/engines/griffon/combat.cpp
index 9ec4c59184..3ee185f31f 100644
--- a/engines/griffon/combat.cpp
+++ b/engines/griffon/combat.cpp
@@ -35,7 +35,6 @@
*/
#include "griffon/griffon.h"
-#include "griffon/config.h"
#include "griffon/console.h"
namespace Griffon {
diff --git a/engines/griffon/cutscenes.cpp b/engines/griffon/cutscenes.cpp
index 0a0556e71a..2ffa333c3d 100644
--- a/engines/griffon/cutscenes.cpp
+++ b/engines/griffon/cutscenes.cpp
@@ -37,7 +37,6 @@
#include "common/system.h"
#include "griffon/griffon.h"
-#include "griffon/config.h"
namespace Griffon {
diff --git a/engines/griffon/dialogs.cpp b/engines/griffon/dialogs.cpp
index da42494eae..be8a7db9e7 100644
--- a/engines/griffon/dialogs.cpp
+++ b/engines/griffon/dialogs.cpp
@@ -38,7 +38,6 @@
#include "common/config-manager.h"
#include "griffon/griffon.h"
-#include "griffon/config.h"
namespace Griffon {
diff --git a/engines/griffon/draw.cpp b/engines/griffon/draw.cpp
index 54eab5cc77..6517821480 100644
--- a/engines/griffon/draw.cpp
+++ b/engines/griffon/draw.cpp
@@ -37,7 +37,6 @@
#include "common/system.h"
#include "griffon/griffon.h"
-#include "griffon/config.h"
namespace Griffon {
diff --git a/engines/griffon/engine.cpp b/engines/griffon/engine.cpp
index 3dea927cf5..f7e89bb0d8 100644
--- a/engines/griffon/engine.cpp
+++ b/engines/griffon/engine.cpp
@@ -35,7 +35,6 @@
*/
#include "griffon/griffon.h"
-#include "griffon/config.h"
#include "griffon/console.h"
#include "common/system.h"
diff --git a/engines/griffon/griffon.cpp b/engines/griffon/griffon.cpp
index b5460f836b..5eb5643248 100644
--- a/engines/griffon/griffon.cpp
+++ b/engines/griffon/griffon.cpp
@@ -32,7 +32,6 @@
#include "engines/util.h"
#include "griffon/griffon.h"
-#include "griffon/config.h"
#include "griffon/console.h"
namespace Griffon {
diff --git a/engines/griffon/input.cpp b/engines/griffon/input.cpp
index 96832429da..d2ac4a6e0f 100644
--- a/engines/griffon/input.cpp
+++ b/engines/griffon/input.cpp
@@ -37,7 +37,6 @@
#include "common/system.h"
#include "griffon/griffon.h"
-#include "griffon/config.h"
#include "griffon/console.h"
namespace Griffon {
diff --git a/engines/griffon/logic.cpp b/engines/griffon/logic.cpp
index 79ed593536..07fcd306ba 100644
--- a/engines/griffon/logic.cpp
+++ b/engines/griffon/logic.cpp
@@ -35,7 +35,6 @@
*/
#include "griffon/griffon.h"
-#include "griffon/config.h"
namespace Griffon {
diff --git a/engines/griffon/sound.cpp b/engines/griffon/sound.cpp
index b0e75fcf95..e3f2230b43 100644
--- a/engines/griffon/sound.cpp
+++ b/engines/griffon/sound.cpp
@@ -42,7 +42,6 @@
#include "common/system.h"
#include "griffon/griffon.h"
-#include "griffon/config.h"
namespace Griffon {