remove unused but troublesome include from nbt
parent
2f400a6240
commit
25b35024e1
|
@ -4,11 +4,10 @@
|
||||||
* See LICENSE file for license detail
|
* See LICENSE file for license detail
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef BLT_TESTS_NBT_H
|
#ifndef BLT_NBT_H
|
||||||
#define BLT_TESTS_NBT_H
|
#define BLT_NBT_H
|
||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <bit>
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
@ -441,4 +440,4 @@ namespace blt::nbt {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif //BLT_TESTS_NBT_H
|
#endif //BLT_NBT_H
|
||||||
|
|
Loading…
Reference in New Issue