From 5a6812357b51d45ab1e3a9883bdad0e9ba7e30d7 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 3 Oct 2017 11:34:41 +0100 Subject: [PATCH] imports --- src/pocketmine/inventory/CraftingGrid.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pocketmine/inventory/CraftingGrid.php b/src/pocketmine/inventory/CraftingGrid.php index 425699fa8..c459fb078 100644 --- a/src/pocketmine/inventory/CraftingGrid.php +++ b/src/pocketmine/inventory/CraftingGrid.php @@ -23,8 +23,6 @@ declare(strict_types=1); namespace pocketmine\inventory; -use pocketmine\network\mcpe\protocol\ContainerClosePacket; -use pocketmine\network\mcpe\protocol\types\ContainerIds; use pocketmine\Player; class CraftingGrid extends BaseInventory{