summaryrefslogtreecommitdiff
path: root/src/resources/dye.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-30 20:36:56 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-30 20:36:56 +0300
commitf513868a135c1af288ff13ba2fcfdd6a5dc70a19 (patch)
treea979327e71dae600561f6402f18552561665ab10 /src/resources/dye.cpp
parent076b11c903f88592fbd74f3af3989e71362912f8 (diff)
downloadplus-f513868a135c1af288ff13ba2fcfdd6a5dc70a19.tar.gz
plus-f513868a135c1af288ff13ba2fcfdd6a5dc70a19.tar.bz2
plus-f513868a135c1af288ff13ba2fcfdd6a5dc70a19.tar.xz
plus-f513868a135c1af288ff13ba2fcfdd6a5dc70a19.zip
move db files into db directory.
Diffstat (limited to 'src/resources/dye.cpp')
-rw-r--r--src/resources/dye.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/dye.cpp b/src/resources/dye.cpp
index 7889d24aa..873c2a8fe 100644
--- a/src/resources/dye.cpp
+++ b/src/resources/dye.cpp
@@ -24,7 +24,7 @@
#include "logger.h"
-#include "resources/palettedb.h"
+#include "resources/db/palettedb.h"
#include <math.h>
#include <sstream>