Remove unused imports

This commit is contained in:
Dylan K. Taylor
2017-09-20 12:24:33 +01:00
parent 7baadf9dad
commit b14ecc18c4
3 changed files with 0 additions and 3 deletions

View File

@ -24,7 +24,6 @@ declare(strict_types=1);
namespace pocketmine\event\server;
use pocketmine\event\Cancellable;
use pocketmine\network\SourceInterface;
/**
* Called when a network interface is registered into the network, for example the RakLib interface.