From 523d8e64c0bc66b75cdd7f12fc9d9d87b28a8c36 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 8 Sep 2002 01:08:12 +0000 Subject: rewrote config class; cleanup; code restructuring svn-id: r4903 --- common/file.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'common/file.h') 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 #include "stdafx.h" #include "scummsys.h" -#include "scumm.h" - -#ifndef FILE_H -#define FILE_H class File { private: -- cgit v1.2.3