From 110152ddcf0ba53528b7f8eaa0a96f2e8349841c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 10 Sep 2003 12:15:51 +0000 Subject: moved declaration of error/warning/debug from engine.h to util.h svn-id: r10149 --- common/file.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'common/file.cpp') diff --git a/common/file.cpp b/common/file.cpp index ee1c288ccb..e6378f7f40 100644 --- a/common/file.cpp +++ b/common/file.cpp @@ -21,7 +21,6 @@ #include "common/file.h" #include "common/util.h" -#include "common/engine.h" // For debug/warning/error FILE *File::fopenNoCase(const char *filename, const char *directory, const char *mode) { FILE *file; -- cgit v1.2.3