From 0df319e9520aa6fdcaff96f91826ccd7cff2c14a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 1 Aug 2003 12:21:04 +0000 Subject: #include cleanup (explicityl specify the location for headers from common/, so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359 --- common/file.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/file.cpp') diff --git a/common/file.cpp b/common/file.cpp index 635d9ddfc2..24861d095d 100644 --- a/common/file.cpp +++ b/common/file.cpp @@ -19,9 +19,9 @@ * */ -#include "file.h" -#include "util.h" -#include "engine.h" // For debug/warning/error +#include "common/engine.h" // For debug/warning/error +#include "common/file.h" +#include "common/util.h" FILE *File::fopenNoCase(const char *filename, const char *directory, const char *mode) { FILE *file; -- cgit v1.2.3