diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2020-09-23 14:03:06 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2020-09-25 15:51:57 +0200 |
commit | c158569af3f8303c1c2472490cfd2f5a1f599d35 (patch) | |
tree | 0a9385c0df165af449889cd29cd9dca38c2825eb /tests | |
parent | Do not call into things we don't own in destructors (diff) | |
download | cuberite-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.cpp | 1 | ||||
-rw-r--r-- | tests/BlockTypeRegistry/PalettedBlockAreaTest.cpp | 1 |
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" |