diff options
author | Sven Hesse | 2009-05-20 20:05:53 +0000 |
---|---|---|
committer | Sven Hesse | 2009-05-20 20:05:53 +0000 |
commit | bfb29080f14499c456c3b760d18a29d5bf0be825 (patch) | |
tree | 750ab61b1fc771552110f76a47669684446cb91f /engines | |
parent | bba91075bf8820e062d3684c820c6aa9782b77a1 (diff) | |
download | scummvm-rg350-bfb29080f14499c456c3b760d18a29d5bf0be825.tar.gz scummvm-rg350-bfb29080f14499c456c3b760d18a29d5bf0be825.tar.bz2 scummvm-rg350-bfb29080f14499c456c3b760d18a29d5bf0be825.zip |
Remove superfluous indeo3-includes
svn-id: r40743
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gob/inter_v6.cpp | 1 | ||||
-rw-r--r-- | engines/gob/video.cpp | 1 | ||||
-rw-r--r-- | engines/gob/video_v6.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/engines/gob/inter_v6.cpp b/engines/gob/inter_v6.cpp index 6e6b529f4b..7f85672575 100644 --- a/engines/gob/inter_v6.cpp +++ b/engines/gob/inter_v6.cpp @@ -35,7 +35,6 @@ #include "gob/draw.h" #include "gob/sound/sound.h" #include "gob/videoplayer.h" -#include "gob/indeo3.h" namespace Gob { diff --git a/engines/gob/video.cpp b/engines/gob/video.cpp index 7901ec223a..08aabea004 100644 --- a/engines/gob/video.cpp +++ b/engines/gob/video.cpp @@ -35,7 +35,6 @@ #include "gob/util.h" #include "gob/dataio.h" #include "gob/draw.h" -#include "gob/indeo3.h" #include "gob/driver_vga.h" diff --git a/engines/gob/video_v6.cpp b/engines/gob/video_v6.cpp index 4d3e85364a..d91de2bab7 100644 --- a/engines/gob/video_v6.cpp +++ b/engines/gob/video_v6.cpp @@ -30,7 +30,6 @@ #include "gob/gob.h" #include "gob/video.h" #include "gob/util.h" -#include "gob/indeo3.h" #include "gob/draw.h" #include "gob/global.h" |