summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@outlook.com>2020-09-23 14:03:06 +0200
committerTiger Wang <ziwei.tiger@outlook.com>2020-09-25 15:51:57 +0200
commitc158569af3f8303c1c2472490cfd2f5a1f599d35 (patch)
tree0a9385c0df165af449889cd29cd9dca38c2825eb /tests
parentDo not call into things we don't own in destructors (diff)
downloadcuberite-c158569af3f8303c1c2472490cfd2f5a1f599d35.tar
cuberite-c158569af3f8303c1c2472490cfd2f5a1f599d35.tar.gz
cuberite-c158569af3f8303c1c2472490cfd2f5a1f599d35.tar.bz2
cuberite-c158569af3f8303c1c2472490cfd2f5a1f599d35.tar.lz
cuberite-c158569af3f8303c1c2472490cfd2f5a1f599d35.tar.xz
cuberite-c158569af3f8303c1c2472490cfd2f5a1f599d35.tar.zst
cuberite-c158569af3f8303c1c2472490cfd2f5a1f599d35.zip
Diffstat (limited to 'tests')
-rw-r--r--tests/BlockTypeRegistry/BlockTypeRegistryTest.cpp1
-rw-r--r--tests/BlockTypeRegistry/PalettedBlockAreaTest.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/BlockTypeRegistry/BlockTypeRegistryTest.cpp b/tests/BlockTypeRegistry/BlockTypeRegistryTest.cpp
index 6616dfdc0..9e003cfcd 100644
--- a/tests/BlockTypeRegistry/BlockTypeRegistryTest.cpp
+++ b/tests/BlockTypeRegistry/BlockTypeRegistryTest.cpp
@@ -1,6 +1,5 @@
#include "Globals.h"
-#include <thread>
#include "BlockTypeRegistry.h"
#include "../TestHelpers.h"
diff --git a/tests/BlockTypeRegistry/PalettedBlockAreaTest.cpp b/tests/BlockTypeRegistry/PalettedBlockAreaTest.cpp
index 0fc7c9452..ba4967b35 100644
--- a/tests/BlockTypeRegistry/PalettedBlockAreaTest.cpp
+++ b/tests/BlockTypeRegistry/PalettedBlockAreaTest.cpp
@@ -1,5 +1,4 @@
#include "Globals.h"
-#include <tuple>
#include "PalettedBlockArea.h"
#include "../TestHelpers.h"