mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-03 09:07:04 +00:00
chore: remove unneeded pthread includes
This commit is contained in:
parent
30170b8f9c
commit
28816876a1
|
|
@ -2,10 +2,6 @@
|
|||
#include "Tile.h"
|
||||
#include <cstdint>
|
||||
|
||||
#if !defined(_WIN32)
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
class PistonBaseTile : public Tile {
|
||||
public:
|
||||
#if defined(_WIN32)
|
||||
|
|
|
|||
|
|
@ -4,9 +4,6 @@
|
|||
#include "../Util/Definitions.h"
|
||||
#include "../Util/SoundTypes.h"
|
||||
#include <cstdint>
|
||||
#if !defined(_WIN32)
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
class GrassTile;
|
||||
class LeafTile;
|
||||
|
|
|
|||
|
|
@ -10,9 +10,6 @@
|
|||
#include "../WorldGen/Biomes/Biome.h"
|
||||
#include "../Util/C4JThread.h"
|
||||
#include <cstdint>
|
||||
#if !defined(_WIN32)
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
#ifdef __PSVITA__
|
||||
#include "../../Minecraft.Client/Platform/PSVita/PSVitaExtras/CustomSet.h"
|
||||
|
|
|
|||
|
|
@ -5,9 +5,6 @@
|
|||
#include "../../IO/NBT/CompoundTag.h"
|
||||
#include "../../Headers/com.mojang.nbt.h"
|
||||
#include <cstdint>
|
||||
#if !defined(_WIN32)
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
class Level;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue