Remove unused imports

This commit is contained in:
Dylan K. Taylor 2018-04-02 12:26:13 +01:00
parent 5ed2d6022c
commit 8ce0fab8cc
2 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,6 @@ namespace pocketmine\event\inventory;
use pocketmine\event\Cancellable;
use pocketmine\event\Event;
use pocketmine\inventory\CraftingRecipe;
use pocketmine\inventory\Recipe;
use pocketmine\inventory\transaction\CraftingTransaction;
use pocketmine\item\Item;
use pocketmine\Player;

View File

@ -24,7 +24,6 @@ declare(strict_types=1);
namespace pocketmine\inventory;
use pocketmine\item\Item;
use pocketmine\item\ItemFactory;
use pocketmine\Player;
class CraftingGrid extends BaseInventory{