Remove redundant ifndefs

This commit is contained in:
Dylan K. Taylor 2016-10-23 15:14:59 +01:00
parent 702ab53e69
commit 88d14e9923
2 changed files with 0 additions and 9 deletions

View File

@ -23,11 +23,6 @@ namespace pocketmine\network\protocol;
#include <rules/DataPacket.h>
#ifndef COMPILE
#endif
use pocketmine\utils\BinaryStream;
use pocketmine\utils\Utils;

View File

@ -23,10 +23,6 @@ namespace pocketmine\utils;
#include <rules/DataPacket.h>
#ifndef COMPILE
#endif
use pocketmine\item\Item;
class BinaryStream extends \stdClass{