summaryrefslogtreecommitdiff
path: root/src/resources/resourcemanager.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-11-01 17:41:07 +0300
committerAndrei Karas <akaras@inbox.ru>2013-11-01 21:33:37 +0300
commit93c9e4f6c0a4f4a4ecc78a6b540984937bbb195f (patch)
tree7501c33d86faee4450558989519b721bef1b414c /src/resources/resourcemanager.cpp
parent748b2dc257650d9ff6e740496802cb977227bc21 (diff)
downloadplus-93c9e4f6c0a4f4a4ecc78a6b540984937bbb195f.tar.gz
plus-93c9e4f6c0a4f4a4ecc78a6b540984937bbb195f.tar.bz2
plus-93c9e4f6c0a4f4a4ecc78a6b540984937bbb195f.tar.xz
plus-93c9e4f6c0a4f4a4ecc78a6b540984937bbb195f.zip
Move timers from client into timers file.
Diffstat (limited to 'src/resources/resourcemanager.cpp')
-rw-r--r--src/resources/resourcemanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/resourcemanager.cpp b/src/resources/resourcemanager.cpp
index d50df6b50..193647a6e 100644
--- a/src/resources/resourcemanager.cpp
+++ b/src/resources/resourcemanager.cpp
@@ -23,7 +23,6 @@
#include "resources/resourcemanager.h"
#include "animationdelayload.h"
-#include "client.h"
#include "configuration.h"
#include "logger.h"
#include "navigationmanager.h"
@@ -43,6 +42,7 @@
#include "utils/physfscheckutils.h"
#include "utils/physfsrwops.h"
#include "utils/sdlcheckutils.h"
+#include "utils/timer.h"
#include <SDL_image.h>
#include <dirent.h>