Remove unused imports

This commit is contained in:
Dylan K. Taylor
2017-09-19 19:58:53 +01:00
parent 90fb3c5e12
commit 8728547a11
3 changed files with 0 additions and 3 deletions

View File

@ -23,7 +23,6 @@ declare(strict_types=1);
namespace pocketmine\inventory;
use pocketmine\network\mcpe\protocol\InventorySlotPacket;
use pocketmine\Player;
class PlayerCursorInventory extends BaseInventory{