mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Remove redundant ifndefs
This commit is contained in:
parent
702ab53e69
commit
88d14e9923
@ -23,11 +23,6 @@ namespace pocketmine\network\protocol;
|
||||
|
||||
#include <rules/DataPacket.h>
|
||||
|
||||
#ifndef COMPILE
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
use pocketmine\utils\BinaryStream;
|
||||
use pocketmine\utils\Utils;
|
||||
|
||||
|
@ -23,10 +23,6 @@ namespace pocketmine\utils;
|
||||
|
||||
#include <rules/DataPacket.h>
|
||||
|
||||
#ifndef COMPILE
|
||||
|
||||
#endif
|
||||
|
||||
use pocketmine\item\Item;
|
||||
|
||||
class BinaryStream extends \stdClass{
|
||||
|
Loading…
x
Reference in New Issue
Block a user