Clean up unused imports

This commit is contained in:
Dylan K. Taylor 2018-06-18 12:10:27 +01:00
parent 80daaf09b2
commit 49f80830a7
3 changed files with 0 additions and 9 deletions

View File

@ -104,7 +104,6 @@ use pocketmine\utils\Terminal;
use pocketmine\utils\TextFormat;
use pocketmine\utils\Utils;
use pocketmine\utils\UUID;
use pocketmine\utils\VersionString;
/**
* The class that manages everything

View File

@ -23,10 +23,6 @@ declare(strict_types=1);
namespace pocketmine\plugin;
use pocketmine\event\plugin\PluginDisableEvent;
use pocketmine\event\plugin\PluginEnableEvent;
use pocketmine\Server;
/**
* Handles different types of plugins
*/

View File

@ -23,10 +23,6 @@ declare(strict_types=1);
namespace pocketmine\plugin;
use pocketmine\event\plugin\PluginDisableEvent;
use pocketmine\event\plugin\PluginEnableEvent;
use pocketmine\Server;
/**
* Simple script loader, not for plugin development
* For an example see https://gist.github.com/shoghicp/516105d470cf7d140757