@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sculpin\Bundle\SculpinBundle\Command; |
13 | 13 | |
14 | 14 | use Sculpin\Bundle\SculpinBundle\HttpServer\HttpServer; |
15 | -use Sculpin\Core\Console\Command\ContainerAwareCommand; |
|
16 | 15 | use Sculpin\Core\Io\ConsoleIo; |
17 | 16 | use Sculpin\Core\Source\SourceSet; |
18 | 17 | use Symfony\Component\Console\Command\Command; |
@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace Sculpin\Bundle\SculpinBundle\HttpKernel; |
13 | 13 | |
14 | -use Symfony\Component\Console\Input\InputInterface; |
|
15 | 14 | use Symfony\Component\HttpKernel\KernelInterface; |
16 | 15 | |
17 | 16 | final class KernelFactory |