aboutsummaryrefslogtreecommitdiff
path: root/common/config-file.cpp
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/config-file.cpp
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/config-file.cpp')
-rw-r--r--common/config-file.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/config-file.cpp b/common/config-file.cpp
index c89c169b44..fe827e32dc 100644
--- a/common/config-file.cpp
+++ b/common/config-file.cpp
@@ -23,8 +23,6 @@
*
*/
-#include "common/stdafx.h"
-
#include "common/config-file.h"
#include "common/file.h"
#include "common/savefile.h"
@@ -106,7 +104,7 @@ bool ConfigFile::loadFromStream(SeekableReadStream &stream) {
// It would be nice if this hack could be restricted to that game,
// but the current design of this class doesn't allow to do that
// in a nice fashion (a "isMustard" parameter is *not* a nice
- // solution).
+ // solution).
comment += buf;
comment += "\n";
} else if (buf[0] == '[') {