PlayerHotbarPacket: remove unused import

This commit is contained in:
Dylan K. Taylor 2018-05-01 14:09:17 +01:00
parent dfa6cd2b7e
commit d8f4dde5f3

View File

@ -27,9 +27,6 @@ namespace pocketmine\network\mcpe\protocol;
use pocketmine\network\mcpe\NetworkSession;
use pocketmine\network\mcpe\protocol\types\ContainerIds;
#ifndef COMPILE
use pocketmine\utils\Binary;
#endif
/**
* One of the most useless packets.