diff --git a/Server/Service/Http.php b/Server/Service/Http.php index 2489ccf7..affb9b43 100644 --- a/Server/Service/Http.php +++ b/Server/Service/Http.php @@ -6,8 +6,6 @@ namespace Server\Service; use Exception; use HttpServer\Exception\RequestException; use HttpServer\Route\Node; -use Kiri\Exception\NotFindClassException; -use ReflectionException; use Server\Events\OnAfterRequest; use Server\ResponseInterface; use Server\SInterface\OnClose;