diff options
author | Christopher Page | 2008-07-10 05:15:19 +0000 |
---|---|---|
committer | Christopher Page | 2008-07-10 05:15:19 +0000 |
commit | 30b1a62e810cfbe3246ebb9b94aa341ea3be5f7c (patch) | |
tree | d4bac2d80475664385ff7d68646c195a14b38f4c /engines/gob | |
parent | e808cdf7a08d641389ecc81063b3b1016c7bc8cf (diff) | |
download | scummvm-rg350-30b1a62e810cfbe3246ebb9b94aa341ea3be5f7c.tar.gz scummvm-rg350-30b1a62e810cfbe3246ebb9b94aa341ea3be5f7c.tar.bz2 scummvm-rg350-30b1a62e810cfbe3246ebb9b94aa341ea3be5f7c.zip |
Removed unnecessary #inlcudes
svn-id: r32984
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/game_v1.cpp | 1 | ||||
-rw-r--r-- | engines/gob/game_v2.cpp | 1 | ||||
-rw-r--r-- | engines/gob/gob.cpp | 1 | ||||
-rw-r--r-- | engines/gob/inter.cpp | 1 | ||||
-rw-r--r-- | engines/gob/inter_bargon.cpp | 1 | ||||
-rw-r--r-- | engines/gob/inter_v1.cpp | 1 | ||||
-rw-r--r-- | engines/gob/inter_v2.cpp | 1 | ||||
-rw-r--r-- | engines/gob/mult.cpp | 1 | ||||
-rw-r--r-- | engines/gob/palanim.cpp | 1 | ||||
-rw-r--r-- | engines/gob/util.cpp | 1 | ||||
-rw-r--r-- | engines/gob/videoplayer.cpp | 1 |
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" |