diff --git a/src/pocketmine/network/protocol/DataPacket.php b/src/pocketmine/network/protocol/DataPacket.php index ef1e841d3..2ca0cc86b 100644 --- a/src/pocketmine/network/protocol/DataPacket.php +++ b/src/pocketmine/network/protocol/DataPacket.php @@ -23,11 +23,6 @@ namespace pocketmine\network\protocol; #include -#ifndef COMPILE - -#endif - - use pocketmine\utils\BinaryStream; use pocketmine\utils\Utils; diff --git a/src/pocketmine/utils/BinaryStream.php b/src/pocketmine/utils/BinaryStream.php index 22c57c525..bfb435028 100644 --- a/src/pocketmine/utils/BinaryStream.php +++ b/src/pocketmine/utils/BinaryStream.php @@ -23,10 +23,6 @@ namespace pocketmine\utils; #include -#ifndef COMPILE - -#endif - use pocketmine\item\Item; class BinaryStream extends \stdClass{