aboutsummaryrefslogtreecommitdiff
path: root/saga/render.cpp
diff options
context:
space:
mode:
authorJonathan Gray2004-08-02 12:41:40 +0000
committerJonathan Gray2004-08-02 12:41:40 +0000
commite4c813670f4eb003505d72b6cc0f18f1f4bb1137 (patch)
treea0c693cfb62ecf036d7243a8663bb30a2b845914 /saga/render.cpp
parent910a390ae7065eb3f54e5f378eefec8f1f8746e0 (diff)
downloadscummvm-rg350-e4c813670f4eb003505d72b6cc0f18f1f4bb1137.tar.gz
scummvm-rg350-e4c813670f4eb003505d72b6cc0f18f1f4bb1137.tar.bz2
scummvm-rg350-e4c813670f4eb003505d72b6cc0f18f1f4bb1137.zip
remove timer wrapper functions
svn-id: r14437
Diffstat (limited to 'saga/render.cpp')
-rw-r--r--saga/render.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/render.cpp b/saga/render.cpp
index 31fb51ab56..c4c3b6e21a 100644
--- a/saga/render.cpp
+++ b/saga/render.cpp
@@ -25,7 +25,6 @@
#include "saga.h"
#include "gfx.h"
-#include "timer.h"
#include "actor_mod.h"
#include "console_mod.h"
#include "cvar_mod.h"
@@ -40,6 +39,7 @@
#include "objectmap_mod.h"
#include "render.h"
+#include <common/timer.h>
namespace Saga {