Optimize imports

This commit is contained in:
Shoghi Cervantes
2014-08-26 11:54:24 +02:00
parent f74af12914
commit c40f9f65a5
9 changed files with 5 additions and 11 deletions

View File

@ -21,8 +21,8 @@
namespace pocketmine\event\player;
use pocketmine\Event;
use pocketmine\event\Cancellable;
use pocketmine\Event;
use pocketmine\item\Item;
use pocketmine\Player;