aboutsummaryrefslogtreecommitdiff
path: root/common/file.h
diff options
context:
space:
mode:
authorMax Horn2002-09-08 01:08:12 +0000
committerMax Horn2002-09-08 01:08:12 +0000
commit523d8e64c0bc66b75cdd7f12fc9d9d87b28a8c36 (patch)
tree01c96c7b834d32b05cf33b15b6631614d22da187 /common/file.h
parent943de561bf51d4e553be44fe612eab94e5c00391 (diff)
downloadscummvm-rg350-523d8e64c0bc66b75cdd7f12fc9d9d87b28a8c36.tar.gz
scummvm-rg350-523d8e64c0bc66b75cdd7f12fc9d9d87b28a8c36.tar.bz2
scummvm-rg350-523d8e64c0bc66b75cdd7f12fc9d9d87b28a8c36.zip
rewrote config class; cleanup; code restructuring
svn-id: r4903
Diffstat (limited to 'common/file.h')
-rw-r--r--common/file.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/common/file.h b/common/file.h
index 807dcfab0a..691f06f57d 100644
--- a/common/file.h
+++ b/common/file.h
@@ -19,13 +19,12 @@
*
*/
+#ifndef COMMON_FILE_H
+#define COMMON_FILE_H
+
#include <stdio.h>
#include "stdafx.h"
#include "scummsys.h"
-#include "scumm.h"
-
-#ifndef FILE_H
-#define FILE_H
class File {
private: