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/timer.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'common/timer.h') diff --git a/common/timer.h b/common/timer.h index 0277f46709..7d194e47d9 100644 --- a/common/timer.h +++ b/common/timer.h @@ -18,11 +18,11 @@ * $Header$ */ -#ifndef TIMER_H -#define TIMER_H +#ifndef COMMON_TIMER_H +#define COMMON_TIMER_H -#include "scummsys.h" -#include "engine.h" +#include "common/scummsys.h" +#include "common/engine.h" #define MAX_TIMERS 5 -- cgit v1.2.3