summaryrefslogtreecommitdiffstats
path: root/src/Noise/Noise.cpp
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-11-23 18:13:40 +0100
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-11-23 18:13:40 +0100
commit2ae4d2a96abf705c48d3e9440f301d1f88a9722a (patch)
tree6c773c4e30da81af852c3a6cca01e0d275da9908 /src/Noise/Noise.cpp
parentMerge remote-tracking branch 'origin/master' into c++11 (diff)
downloadcuberite-2ae4d2a96abf705c48d3e9440f301d1f88a9722a.tar
cuberite-2ae4d2a96abf705c48d3e9440f301d1f88a9722a.tar.gz
cuberite-2ae4d2a96abf705c48d3e9440f301d1f88a9722a.tar.bz2
cuberite-2ae4d2a96abf705c48d3e9440f301d1f88a9722a.tar.lz
cuberite-2ae4d2a96abf705c48d3e9440f301d1f88a9722a.tar.xz
cuberite-2ae4d2a96abf705c48d3e9440f301d1f88a9722a.tar.zst
cuberite-2ae4d2a96abf705c48d3e9440f301d1f88a9722a.zip
Diffstat (limited to '')
-rw-r--r--src/Noise/Noise.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Noise/Noise.cpp b/src/Noise/Noise.cpp
index 509be7d6c..0249ab6c1 100644
--- a/src/Noise/Noise.cpp
+++ b/src/Noise/Noise.cpp
@@ -2,7 +2,6 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "Noise.h"
-#include "OSSupport/Timer.h"
#define FAST_FLOOR(x) (((x) < 0) ? (((int)x) - 1) : ((int)x))