summaryrefslogtreecommitdiff
path: root/src/content_cso.cpp
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2017-01-08 10:49:47 +0100
committerNer'zhul <nerzhul@users.noreply.github.com>2017-01-08 12:16:06 +0100
commiteb2c19bbedecb5f42c946b0c14466abc0b109825 (patch)
tree30caf4e08c1bdff6a385f6c8710c088832aa74d7 /src/content_cso.cpp
parentb0746834cc44af1086c83715d0d6f749f653f29a (diff)
downloadminetest-eb2c19bbedecb5f42c946b0c14466abc0b109825.tar.gz
minetest-eb2c19bbedecb5f42c946b0c14466abc0b109825.tar.bz2
minetest-eb2c19bbedecb5f42c946b0c14466abc0b109825.zip
Move ClientEnvironment to dedicated cpp/header files
Diffstat (limited to 'src/content_cso.cpp')
-rw-r--r--src/content_cso.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/content_cso.cpp b/src/content_cso.cpp
index 0790024fc..c0407f460 100644
--- a/src/content_cso.cpp
+++ b/src/content_cso.cpp
@@ -20,9 +20,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "content_cso.h"
#include <IBillboardSceneNode.h>
#include "client/tile.h"
-#include "environment.h"
+#include "clientenvironment.h"
#include "gamedef.h"
-#include "log.h"
#include "map.h"
/*