summaryrefslogtreecommitdiff
path: root/src/content_cso.cpp
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2015-03-05 11:52:57 +0100
committerLoic Blot <loic.blot@unix-experience.fr>2015-03-05 11:59:40 +0100
commit0d1eedcccc8b83fd5f5a9a75389fe8ac97d2c697 (patch)
tree2599bf47d98c80bf08d7253bc68ffe7dcff1ceea /src/content_cso.cpp
parentaa474e4501f460ba853dc70ff4d97cbd061e6704 (diff)
downloadminetest-0d1eedcccc8b83fd5f5a9a75389fe8ac97d2c697.tar.gz
minetest-0d1eedcccc8b83fd5f5a9a75389fe8ac97d2c697.tar.bz2
minetest-0d1eedcccc8b83fd5f5a9a75389fe8ac97d2c697.zip
Replace std::list to std::vector into tile.cpp (m_texture_trash) and move tile.hpp to src/client/
Diffstat (limited to 'src/content_cso.cpp')
-rw-r--r--src/content_cso.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content_cso.cpp b/src/content_cso.cpp
index 4779b20d1..c337472ff 100644
--- a/src/content_cso.cpp
+++ b/src/content_cso.cpp
@@ -19,7 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "content_cso.h"
#include <IBillboardSceneNode.h>
-#include "tile.h"
+#include "client/tile.h"
#include "environment.h"
#include "gamedef.h"
#include "log.h"