@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | use Railt\Io\Readable; |
13 | 13 | use Railt\Parser\Ast\RuleInterface; |
14 | -use Railt\Parser\Exception\UnexpectedTokenException; |
|
15 | 14 | use Railt\Parser\Exception\UnrecognizedTokenException; |
16 | 15 | use Railt\SDL\Exception\InternalException; |
17 | 16 | use Railt\SDL\Exception\SyntaxException; |
@@ -9,8 +9,6 @@ |
||
9 | 9 | |
10 | 10 | namespace Railt\SDL\Frontend\Deferred; |
11 | 11 | |
12 | -use Railt\SDL\Frontend\Context\ContextInterface; |
|
13 | - |
|
14 | 12 | /** |
15 | 13 | * Class Deferred |
16 | 14 | */ |
@@ -9,9 +9,7 @@ |
||
9 | 9 | |
10 | 10 | namespace Railt\SDL\Frontend\Definition; |
11 | 11 | |
12 | -use Railt\Reflection\Contracts\Definition\TypeDefinition; |
|
13 | 12 | use Railt\SDL\Exception\NotFoundException; |
14 | -use Railt\SDL\Exception\TypeConflictException; |
|
15 | 13 | use Railt\SDL\Frontend\Context\ContextInterface; |
16 | 14 | use Railt\SDL\Frontend\Deferred\Deferred; |
17 | 15 | use Railt\SDL\Frontend\Deferred\DeferredInterface; |