@@ -7,7 +7,6 @@ |
||
7 | 7 | use SMW\SQLStore\QueryEngine\QuerySegmentListBuilder; |
8 | 8 | use SMW\Query\Language\ConceptDescription; |
9 | 9 | use SMW\DIWikiPage; |
10 | -use SMWDIBlob as DIBlob; |
|
11 | 10 | |
12 | 11 | /** |
13 | 12 | * @covers \SMW\SQLStore\QueryEngine\Interpreter\ConceptDescriptionInterpreter |
@@ -4,7 +4,6 @@ |
||
4 | 4 | use SMW\DataValueFactory; |
5 | 5 | use SMW\DIProperty; |
6 | 6 | use SMW\Highlighter; |
7 | -use SMW\Message; |
|
8 | 7 | |
9 | 8 | /** |
10 | 9 | * Objects of this class represent properties in SMW. |
@@ -3,7 +3,6 @@ |
||
3 | 3 | use SMW\DataTypeRegistry; |
4 | 4 | use SMW\DIWikiPage; |
5 | 5 | use SMW\SQLStore\TableDefinition; |
6 | -use SMWDataItem as DataItem; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * Class to provide all basic read methods for SMWSQLStore3. |
@@ -4,7 +4,6 @@ |
||
4 | 4 | use SMW\DataValueFactory; |
5 | 5 | use SMW\DIProperty; |
6 | 6 | use SMW\Highlighter; |
7 | -use SMW\Message; |
|
8 | 7 | |
9 | 8 | /** |
10 | 9 | * Objects of this class represent properties in SMW. |
@@ -7,7 +7,7 @@ |
||
7 | 7 | use SMWDataItem as DataItem; |
8 | 8 | use SMWExpData as ExpData; |
9 | 9 | use SMWDIBlob as DIBlob; |
10 | -use SMWImportValue as ImportValue; |
|
10 | +use SMWImportValue as ImportValue; |
|
11 | 11 | |
12 | 12 | /** |
13 | 13 | * @private |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\Exporter\ResourceBuilders; |
4 | 4 | |
5 | -use SMW\Exporter\ResourceBuilder; |
|
6 | 5 | use SMW\DIProperty; |
7 | 6 | use SMWExporter as Exporter; |
8 | 7 | use SMW\DataValueFactory; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use SMW\SPARQLStore\QueryEngine\QueryEngine; |
6 | 6 | use SMW\SPARQLStore\QueryEngine\EngineOptions; |
7 | 7 | use SMW\SPARQLStore\QueryEngine\QueryResultFactory; |
8 | -use SMW\DIProperty; |
|
9 | 8 | use SMWQuery as Query; |
10 | 9 | |
11 | 10 | /** |
@@ -4,7 +4,6 @@ |
||
4 | 4 | use SMW\DataValueFactory; |
5 | 5 | use SMW\DIProperty; |
6 | 6 | use SMW\Highlighter; |
7 | -use SMW\Message; |
|
8 | 7 | |
9 | 8 | /** |
10 | 9 | * Objects of this class represent properties in SMW. |
@@ -13,7 +13,6 @@ |
||
13 | 13 | use SMW\MediaWiki\MwCollaboratorFactory; |
14 | 14 | use SMW\MediaWiki\PageCreator; |
15 | 15 | use SMW\MediaWiki\TitleCreator; |
16 | -use SMW\Query\ProfileAnnotator\QueryProfileAnnotatorFactory; |
|
17 | 16 | use SMWQueryParser as QueryParser; |
18 | 17 | use Title; |
19 | 18 |