diff options
author | Max Horn | 2003-08-01 12:21:04 +0000 |
---|---|---|
committer | Max Horn | 2003-08-01 12:21:04 +0000 |
commit | 0df319e9520aa6fdcaff96f91826ccd7cff2c14a (patch) | |
tree | 665b51bddbe987051981456dcf7c8c175bbf316c /common/timer.h | |
parent | 64aa3229ad5757d88553531f8c88198711994ac3 (diff) | |
download | scummvm-rg350-0df319e9520aa6fdcaff96f91826ccd7cff2c14a.tar.gz scummvm-rg350-0df319e9520aa6fdcaff96f91826ccd7cff2c14a.tar.bz2 scummvm-rg350-0df319e9520aa6fdcaff96f91826ccd7cff2c14a.zip |
#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
Diffstat (limited to 'common/timer.h')
-rw-r--r-- | common/timer.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 |