From 30b1a62e810cfbe3246ebb9b94aa341ea3be5f7c Mon Sep 17 00:00:00 2001 From: Christopher Page Date: Thu, 10 Jul 2008 05:15:19 +0000 Subject: Removed unnecessary #inlcudes svn-id: r32984 --- engines/gob/game_v1.cpp | 1 - engines/gob/game_v2.cpp | 1 - engines/gob/gob.cpp | 1 - engines/gob/inter.cpp | 1 - engines/gob/inter_bargon.cpp | 1 - engines/gob/inter_v1.cpp | 1 - engines/gob/inter_v2.cpp | 1 - engines/gob/mult.cpp | 1 - engines/gob/palanim.cpp | 1 - engines/gob/util.cpp | 1 - engines/gob/videoplayer.cpp | 1 - 11 files changed, 11 deletions(-) (limited to 'engines/gob') 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 // 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" -- cgit v1.2.3