diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-13 17:12:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-13 17:12:06 +0300 |
commit | adb67cb947885af8f74eb8ad943d2862a198805d (patch) | |
tree | 13aac08184c59cae8b48a59293b64875b3f09ae5 /src/resources/db | |
parent | 357560f6a8a0b61d94b6a70a519a2d3ece6f364d (diff) | |
download | plus-adb67cb947885af8f74eb8ad943d2862a198805d.tar.gz plus-adb67cb947885af8f74eb8ad943d2862a198805d.tar.bz2 plus-adb67cb947885af8f74eb8ad943d2862a198805d.tar.xz plus-adb67cb947885af8f74eb8ad943d2862a198805d.zip |
fix code style.
Diffstat (limited to 'src/resources/db')
-rw-r--r-- | src/resources/db/horsedb.cpp | 1 | ||||
-rw-r--r-- | src/resources/db/horsedb.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/resources/db/horsedb.cpp b/src/resources/db/horsedb.cpp index 6da742d3a..c6d364b27 100644 --- a/src/resources/db/horsedb.cpp +++ b/src/resources/db/horsedb.cpp @@ -22,7 +22,6 @@ #include "resources/db/horsedb.h" #include "animatedsprite.h" -#include "client.h" #include "configuration.h" #include "logger.h" diff --git a/src/resources/db/horsedb.h b/src/resources/db/horsedb.h index 93134a9b1..832f02c3c 100644 --- a/src/resources/db/horsedb.h +++ b/src/resources/db/horsedb.h @@ -27,8 +27,6 @@ #include "localconsts.h" -class AnimatedSprite; - struct HorseInfo; typedef std::map<int, HorseInfo*> HorseInfos; |