@@ -10,7 +10,6 @@ |
||
| 10 | 10 | namespace Railt\SDL\Ast\Support; |
| 11 | 11 | |
| 12 | 12 | use Railt\SDL\Ast\Common\TypeNameNode; |
| 13 | -use Railt\SDL\Ast\ProvidesInterfaceNodes; |
|
| 14 | 13 | |
| 15 | 14 | /** |
| 16 | 15 | * Trait InterfacesProvider |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use Railt\Io\File; |
| 16 | 16 | use Railt\Io\Readable; |
| 17 | 17 | use Railt\Parser\Ast\RuleInterface; |
| 18 | -use Railt\Parser\Exception\UnexpectedTokenException; |
|
| 19 | 18 | use Railt\Parser\Exception\UnrecognizedTokenException; |
| 20 | 19 | use Railt\Reflection\Contracts\Document as DocumentInterface; |
| 21 | 20 | use Railt\Reflection\Contracts\Reflection as ReflectionInterface; |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | use Railt\Reflection\Definition\Behaviour\HasArguments; |
| 15 | 15 | use Railt\SDL\Ast\ProvidesArgumentNodes; |
| 16 | 16 | use Railt\SDL\Compiler\System\System; |
| 17 | -use Railt\SDL\Exception\TypeConflictException; |
|
| 18 | 17 | |
| 19 | 18 | /** |
| 20 | 19 | * Class ArgumentSystem |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | use Railt\Reflection\Definition\Behaviour\HasFields; |
| 15 | 15 | use Railt\SDL\Ast\ProvidesFieldNodes; |
| 16 | 16 | use Railt\SDL\Compiler\System\System; |
| 17 | -use Railt\SDL\Exception\TypeConflictException; |
|
| 18 | 17 | |
| 19 | 18 | /** |
| 20 | 19 | * Class FieldSystem |