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/util.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/util.cpp') diff --git a/common/util.cpp b/common/util.cpp index 378019b40e..60bbd14df7 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -19,8 +19,8 @@ */ #include "stdafx.h" -#include "engine.h" -#include "util.h" +#include "common/engine.h" +#include "common/util.h" // // 8-bit alpha blending routines -- cgit v1.2.3