diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-30 20:36:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-30 20:36:56 +0300 |
commit | f513868a135c1af288ff13ba2fcfdd6a5dc70a19 (patch) | |
tree | a979327e71dae600561f6402f18552561665ab10 /src/commands.cpp | |
parent | 076b11c903f88592fbd74f3af3989e71362912f8 (diff) | |
download | plus-f513868a135c1af288ff13ba2fcfdd6a5dc70a19.tar.gz plus-f513868a135c1af288ff13ba2fcfdd6a5dc70a19.tar.bz2 plus-f513868a135c1af288ff13ba2fcfdd6a5dc70a19.tar.xz plus-f513868a135c1af288ff13ba2fcfdd6a5dc70a19.zip |
move db files into db directory.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index b3e4b4817..727bb036c 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -69,10 +69,11 @@ #include "resources/subimage.h" #endif -#include "resources/itemdb.h" #include "resources/iteminfo.h" #include "resources/resourcemanager.h" +#include "resources/db/itemdb.h" + #include "utils/gettext.h" #include "utils/process.h" |