diff options
author | Filippos Karapetis | 2014-12-03 01:12:35 +0200 |
---|---|---|
committer | Filippos Karapetis | 2014-12-03 01:12:35 +0200 |
commit | 2a4a6df5f2ae89132fd93d26b03599b6cc5c5fb7 (patch) | |
tree | 3b79568bbd20a9cc2d9e2f3c81d387b1ac541e38 /engines/zvision/utility/lzss_read_stream.cpp | |
parent | 7976a34bbfbece2686712d80b1efa3612cb2b441 (diff) | |
download | scummvm-rg350-2a4a6df5f2ae89132fd93d26b03599b6cc5c5fb7.tar.gz scummvm-rg350-2a4a6df5f2ae89132fd93d26b03599b6cc5c5fb7.tar.bz2 scummvm-rg350-2a4a6df5f2ae89132fd93d26b03599b6cc5c5fb7.zip |
ZVISION: Remove superfluous spacing and reorder some includes
Diffstat (limited to 'engines/zvision/utility/lzss_read_stream.cpp')
-rw-r--r-- | engines/zvision/utility/lzss_read_stream.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/zvision/utility/lzss_read_stream.cpp b/engines/zvision/utility/lzss_read_stream.cpp index 14613a6fb2..bbe6e35f76 100644 --- a/engines/zvision/utility/lzss_read_stream.cpp +++ b/engines/zvision/utility/lzss_read_stream.cpp @@ -24,7 +24,6 @@ #include "zvision/utility/lzss_read_stream.h" - namespace ZVision { LzssReadStream::LzssReadStream(Common::SeekableReadStream *source) |