diff options
author | Willem Jan Palenstijn | 2017-08-24 19:51:06 +0200 |
---|---|---|
committer | GitHub | 2017-08-24 19:51:06 +0200 |
commit | bd10131242210262eb23c5a62c223039cabf905c (patch) | |
tree | fe2ad03ea734f45bf79baa790a64e25923fe0072 /engines/macventure/container.h | |
parent | 265fc48d1590cdd503187c79dc254d65623c8d7b (diff) | |
parent | 4278cff7f014ba1f404b3cebfe20016b957fafbf (diff) | |
download | scummvm-rg350-bd10131242210262eb23c5a62c223039cabf905c.tar.gz scummvm-rg350-bd10131242210262eb23c5a62c223039cabf905c.tar.bz2 scummvm-rg350-bd10131242210262eb23c5a62c223039cabf905c.zip |
Merge pull request #975 from wjp/bitstream
Rework and optimize Common::BitStream
Diffstat (limited to 'engines/macventure/container.h')
-rw-r--r-- | engines/macventure/container.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/macventure/container.h b/engines/macventure/container.h index ba1370d108..bd8cd0995a 100644 --- a/engines/macventure/container.h +++ b/engines/macventure/container.h @@ -35,7 +35,6 @@ #include "common/file.h" #include "common/fs.h" -#include "common/bitstream.h" namespace MacVenture { |