aboutsummaryrefslogtreecommitdiff
path: root/engines/gob
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob')
-rw-r--r--engines/gob/game_v1.cpp1
-rw-r--r--engines/gob/game_v2.cpp1
-rw-r--r--engines/gob/gob.cpp1
-rw-r--r--engines/gob/inter.cpp1
-rw-r--r--engines/gob/inter_bargon.cpp1
-rw-r--r--engines/gob/inter_v1.cpp1
-rw-r--r--engines/gob/inter_v2.cpp1
-rw-r--r--engines/gob/mult.cpp1
-rw-r--r--engines/gob/palanim.cpp1
-rw-r--r--engines/gob/util.cpp1
-rw-r--r--engines/gob/videoplayer.cpp1
11 files changed, 0 insertions, 11 deletions
diff --git a/engines/gob/game_v1.cpp b/engines/gob/game_v1.cpp
index 90c96d6eb7..0ecbc81358 100644
--- a/engines/gob/game_v1.cpp
+++ b/engines/gob/game_v1.cpp
@@ -24,7 +24,6 @@
*/
#include "common/endian.h"
-#include "common/events.h"
#include "common/stream.h"
#include "gob/gob.h"
diff --git a/engines/gob/game_v2.cpp b/engines/gob/game_v2.cpp
index d99b9e82fc..7d9419b592 100644
--- a/engines/gob/game_v2.cpp
+++ b/engines/gob/game_v2.cpp
@@ -24,7 +24,6 @@
*/
#include "common/endian.h"
-#include "common/events.h"
#include "common/stream.h"
#include "gob/gob.h"
diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp
index f38371d685..a8cbfa0550 100644
--- a/engines/gob/gob.cpp
+++ b/engines/gob/gob.cpp
@@ -24,7 +24,6 @@
*/
#include "common/endian.h"
-#include "common/events.h"
#include "base/plugins.h"
#include "common/config-manager.h"
diff --git a/engines/gob/inter.cpp b/engines/gob/inter.cpp
index 04643b7b75..ecba1c1a20 100644
--- a/engines/gob/inter.cpp
+++ b/engines/gob/inter.cpp
@@ -26,7 +26,6 @@
#include <time.h> // FIXME: for Inter::renewTimeInVars()
#include "common/endian.h"
-#include "common/events.h"
#include "gob/gob.h"
#include "gob/inter.h"
diff --git a/engines/gob/inter_bargon.cpp b/engines/gob/inter_bargon.cpp
index 25d75589df..d23841efd6 100644
--- a/engines/gob/inter_bargon.cpp
+++ b/engines/gob/inter_bargon.cpp
@@ -24,7 +24,6 @@
*/
#include "common/endian.h"
-#include "common/events.h"
#include "gob/gob.h"
#include "gob/inter.h"
diff --git a/engines/gob/inter_v1.cpp b/engines/gob/inter_v1.cpp
index df85f94d58..6a52770ad1 100644
--- a/engines/gob/inter_v1.cpp
+++ b/engines/gob/inter_v1.cpp
@@ -24,7 +24,6 @@
*/
#include "common/endian.h"
-#include "common/events.h"
#include "common/file.h"
#include "gob/gob.h"
diff --git a/engines/gob/inter_v2.cpp b/engines/gob/inter_v2.cpp
index 16d253ea90..ae7aaa662d 100644
--- a/engines/gob/inter_v2.cpp
+++ b/engines/gob/inter_v2.cpp
@@ -24,7 +24,6 @@
*/
#include "common/endian.h"
-#include "common/events.h"
#include "sound/mixer.h"
#include "sound/mods/infogrames.h"
diff --git a/engines/gob/mult.cpp b/engines/gob/mult.cpp
index d11600cc08..46a903fd34 100644
--- a/engines/gob/mult.cpp
+++ b/engines/gob/mult.cpp
@@ -24,7 +24,6 @@
*/
#include "common/endian.h"
-#include "common/events.h"
#include "gob/gob.h"
#include "gob/mult.h"
diff --git a/engines/gob/palanim.cpp b/engines/gob/palanim.cpp
index 4bcf89a892..4f2e921dcb 100644
--- a/engines/gob/palanim.cpp
+++ b/engines/gob/palanim.cpp
@@ -23,7 +23,6 @@
*
*/
-#include "common/events.h"
#include "gob/gob.h"
#include "gob/palanim.h"
diff --git a/engines/gob/util.cpp b/engines/gob/util.cpp
index e5ba535b5c..0a7b889031 100644
--- a/engines/gob/util.cpp
+++ b/engines/gob/util.cpp
@@ -23,7 +23,6 @@
*
*/
-#include "common/events.h"
#include "gob/gob.h"
#include "gob/util.h"
diff --git a/engines/gob/videoplayer.cpp b/engines/gob/videoplayer.cpp
index 5e6319fcb8..daf7bdd801 100644
--- a/engines/gob/videoplayer.cpp
+++ b/engines/gob/videoplayer.cpp
@@ -23,7 +23,6 @@
*
*/
-#include "common/events.h"
#include "gob/videoplayer.h"
#include "gob/global.h"