BinaryStream: Fixed wrong header being included

This is currently harmless, except for adding a redundant extra use
statement. However harmless it is though, it is still incorrect.
This commit is contained in:
Dylan K. Taylor 2018-01-11 12:07:41 +00:00
parent cb90e30bcf
commit 7daca754b1

View File

@ -23,7 +23,7 @@ declare(strict_types=1);
namespace pocketmine\utils;
#include <rules/DataPacket.h>
#include <rules/BinaryIO.h>
use pocketmine\item\Item;
use pocketmine\item\ItemFactory;