aboutsummaryrefslogtreecommitdiff
path: root/common/stream.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-09-19 08:40:12 +0000
committerNicola Mettifogo2007-09-19 08:40:12 +0000
commit258901bab96f0050385a9912c8ea0fe2a41b2d6f (patch)
treea3ae8675b679c9f3b58ac8d97c79369502ea23c1 /common/stream.h
parenta89694c0d61a75a960f5bec6c498659c988401cc (diff)
downloadscummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.tar.gz
scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.tar.bz2
scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.zip
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
svn-id: r28966
Diffstat (limited to 'common/stream.h')
-rw-r--r--common/stream.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/stream.h b/common/stream.h
index 9b3ac5a501..d7d96f3605 100644
--- a/common/stream.h
+++ b/common/stream.h
@@ -26,7 +26,6 @@
#ifndef COMMON_STREAM_H
#define COMMON_STREAM_H
-#include "common/stdafx.h"
#include "common/scummsys.h"
namespace Common {
@@ -273,7 +272,7 @@ public:
int32 readSint32BE() {
return (int32)readUint32BE();
}
-
+
/**
* Read the specified amount of data into a malloc'ed buffer
* which then is wrapped into a MemoryReadStream.