diff options
| author | Littleboy | 2012-07-14 13:23:54 -0400 |
|---|---|---|
| committer | Littleboy | 2012-07-14 13:23:54 -0400 |
| commit | 732a2c80ddde4cf0ffd1b1742f514ae940c5301d (patch) | |
| tree | 00a300ded1a743c922fb56ad22810fa31e83837f /engines/lastexpress/data | |
| parent | 51352b32f15d9a919e9b7a7d3b5a92e31384e9f4 (diff) | |
| download | scummvm-rg350-732a2c80ddde4cf0ffd1b1742f514ae940c5301d.tar.gz scummvm-rg350-732a2c80ddde4cf0ffd1b1742f514ae940c5301d.tar.bz2 scummvm-rg350-732a2c80ddde4cf0ffd1b1742f514ae940c5301d.zip | |
LASTEXPRESS: Remove duplicated include statements
Diffstat (limited to 'engines/lastexpress/data')
| -rw-r--r-- | engines/lastexpress/data/animation.cpp | 2 | ||||
| -rw-r--r-- | engines/lastexpress/data/scene.cpp | 1 | ||||
| -rw-r--r-- | engines/lastexpress/data/sequence.cpp | 1 | ||||
| -rw-r--r-- | engines/lastexpress/data/snd.cpp | 2 | ||||
| -rw-r--r-- | engines/lastexpress/data/subtitle.cpp | 1 |
5 files changed, 0 insertions, 7 deletions
diff --git a/engines/lastexpress/data/animation.cpp b/engines/lastexpress/data/animation.cpp index 9d0ed532f2..12968520bb 100644 --- a/engines/lastexpress/data/animation.cpp +++ b/engines/lastexpress/data/animation.cpp @@ -32,10 +32,8 @@ #include "common/events.h" #include "common/rational.h" -#include "common/rect.h" #include "common/stream.h" #include "common/system.h" -#include "common/textconsole.h" #include "engines/engine.h" diff --git a/engines/lastexpress/data/scene.cpp b/engines/lastexpress/data/scene.cpp index 8f279ffbb3..79683d8067 100644 --- a/engines/lastexpress/data/scene.cpp +++ b/engines/lastexpress/data/scene.cpp @@ -28,7 +28,6 @@ #include "lastexpress/lastexpress.h" #include "lastexpress/resource.h" -#include "common/textconsole.h" #include "common/stream.h" namespace LastExpress { diff --git a/engines/lastexpress/data/sequence.cpp b/engines/lastexpress/data/sequence.cpp index a62348f6c0..e1e0d9bee8 100644 --- a/engines/lastexpress/data/sequence.cpp +++ b/engines/lastexpress/data/sequence.cpp @@ -27,7 +27,6 @@ #include "lastexpress/debug.h" #include "common/stream.h" -#include "common/textconsole.h" namespace LastExpress { diff --git a/engines/lastexpress/data/snd.cpp b/engines/lastexpress/data/snd.cpp index a9bee6155d..5010d6e763 100644 --- a/engines/lastexpress/data/snd.cpp +++ b/engines/lastexpress/data/snd.cpp @@ -28,11 +28,9 @@ #include "lastexpress/debug.h" #include "audio/decoders/adpcm_intern.h" -#include "audio/audiostream.h" #include "common/debug.h" #include "common/memstream.h" #include "common/system.h" -#include "common/textconsole.h" namespace LastExpress { diff --git a/engines/lastexpress/data/subtitle.cpp b/engines/lastexpress/data/subtitle.cpp index 0be832cbdd..9918cf7689 100644 --- a/engines/lastexpress/data/subtitle.cpp +++ b/engines/lastexpress/data/subtitle.cpp @@ -32,7 +32,6 @@ #include "common/debug.h" #include "common/rect.h" #include "common/stream.h" -#include "common/textconsole.h" namespace LastExpress { |
