summaryrefslogtreecommitdiffstats
path: root/tests/ChunkData
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-05-27 13:44:56 +0200
committerTycho <work.tycho+git@gmail.com>2014-05-27 13:46:22 +0200
commit19df18c46199f06f3bf2058cc0efee9126e7670a (patch)
tree786ebe6c351eee68dc02f685b1e4c2c982178288 /tests/ChunkData
parentinject TestGlobals.h correctly (diff)
downloadcuberite-19df18c46199f06f3bf2058cc0efee9126e7670a.tar
cuberite-19df18c46199f06f3bf2058cc0efee9126e7670a.tar.gz
cuberite-19df18c46199f06f3bf2058cc0efee9126e7670a.tar.bz2
cuberite-19df18c46199f06f3bf2058cc0efee9126e7670a.tar.lz
cuberite-19df18c46199f06f3bf2058cc0efee9126e7670a.tar.xz
cuberite-19df18c46199f06f3bf2058cc0efee9126e7670a.tar.zst
cuberite-19df18c46199f06f3bf2058cc0efee9126e7670a.zip
Diffstat (limited to 'tests/ChunkData')
-rw-r--r--tests/ChunkData/ArraytoCoord.cpp2
-rw-r--r--tests/ChunkData/Coordinates.cpp2
-rw-r--r--tests/ChunkData/Copies.cpp2
-rw-r--r--tests/ChunkData/creatable.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/ChunkData/ArraytoCoord.cpp b/tests/ChunkData/ArraytoCoord.cpp
index 1138fb5b6..37533de77 100644
--- a/tests/ChunkData/ArraytoCoord.cpp
+++ b/tests/ChunkData/ArraytoCoord.cpp
@@ -1,5 +1,5 @@
-#include "TestGlobals.h"
+#include "Globals.h"
#include "ChunkData.h"
diff --git a/tests/ChunkData/Coordinates.cpp b/tests/ChunkData/Coordinates.cpp
index f02b68d40..938c66dcc 100644
--- a/tests/ChunkData/Coordinates.cpp
+++ b/tests/ChunkData/Coordinates.cpp
@@ -1,5 +1,5 @@
-#include "TestGlobals.h"
+#include "Globals.h"
#include "ChunkData.h"
diff --git a/tests/ChunkData/Copies.cpp b/tests/ChunkData/Copies.cpp
index b10ddb759..78a458f5b 100644
--- a/tests/ChunkData/Copies.cpp
+++ b/tests/ChunkData/Copies.cpp
@@ -1,5 +1,5 @@
-#include "TestGlobals.h"
+#include "Globals.h"
#include "ChunkData.h"
diff --git a/tests/ChunkData/creatable.cpp b/tests/ChunkData/creatable.cpp
index 74025cb14..1321bf49b 100644
--- a/tests/ChunkData/creatable.cpp
+++ b/tests/ChunkData/creatable.cpp
@@ -1,5 +1,5 @@
-#include "TestGlobals.h"
+#include "Globals.h"
#include "ChunkData.h"
int main(int argc, char** argv)