diff options
author | Max Horn | 2010-11-19 17:03:07 +0000 |
---|---|---|
committer | Max Horn | 2010-11-19 17:03:07 +0000 |
commit | 2180b2d6b534d3786f89d02fe508c60c68b7ff89 (patch) | |
tree | ac7af0e5f5049537f4c81c401d5685bebbb47068 /test/common/memoryreadstream.h | |
parent | 111384473bb65741f7f2b945e1c00e6aeccc805c (diff) | |
download | scummvm-rg350-2180b2d6b534d3786f89d02fe508c60c68b7ff89.tar.gz scummvm-rg350-2180b2d6b534d3786f89d02fe508c60c68b7ff89.tar.bz2 scummvm-rg350-2180b2d6b534d3786f89d02fe508c60c68b7ff89.zip |
COMMON: Split common/stream.h into several headers
svn-id: r54385
Diffstat (limited to 'test/common/memoryreadstream.h')
-rw-r--r-- | test/common/memoryreadstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/memoryreadstream.h b/test/common/memoryreadstream.h index dab9b34e0c..f7a144d730 100644 --- a/test/common/memoryreadstream.h +++ b/test/common/memoryreadstream.h @@ -1,6 +1,6 @@ #include <cxxtest/TestSuite.h> -#include "common/stream.h" +#include "common/memstream.h" class MemoryReadStreamTestSuite : public CxxTest::TestSuite { public: |