diff options
author | Jordi Vilalta Prat | 2009-02-15 08:34:13 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2009-02-15 08:34:13 +0000 |
commit | 003317e89d890944fc12e622190aa916aad6418c (patch) | |
tree | 321c42b2dd44c66cf1eaf7f71b19e3fc57944931 /engines/sci/sfx/timer/timers.c | |
parent | 1ef23afe6b0441393b6b43ee136552e887c80707 (diff) | |
download | scummvm-rg350-003317e89d890944fc12e622190aa916aad6418c.tar.gz scummvm-rg350-003317e89d890944fc12e622190aa916aad6418c.tar.bz2 scummvm-rg350-003317e89d890944fc12e622190aa916aad6418c.zip |
SCI: Get rid of the include directory hack (it compiles but it doesn't link yet)
svn-id: r38201
Diffstat (limited to 'engines/sci/sfx/timer/timers.c')
-rw-r--r-- | engines/sci/sfx/timer/timers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/sfx/timer/timers.c b/engines/sci/sfx/timer/timers.c index b2a51d6062..353ae11ca7 100644 --- a/engines/sci/sfx/timer/timers.c +++ b/engines/sci/sfx/timer/timers.c @@ -25,8 +25,8 @@ ***************************************************************************/ -#include <sfx_timer.h> -#include <resource.h> +#include "sci/include/sfx_timer.h" +#include "sci/include/resource.h" #ifdef SCUMMVM extern sfx_timer_t sfx_timer_scummvm; |