@@ -11,7 +11,6 @@ |
||
11 | 11 | use SMW\MediaWiki\HtmlTableRenderer; |
12 | 12 | use SMW\MediaWiki\MessageBuilder; |
13 | 13 | use SMW\ParserData; |
14 | -use SMW\Profiler; |
|
15 | 14 | use SMW\SemanticData; |
16 | 15 | use SMW\Store; |
17 | 16 | use SMWInfolink; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | use SMW\Tests\Utils\Validators\ExportDataValidator; |
13 | 13 | use SMWExpNsResource as ExpNsResource; |
14 | 14 | use SMWExporter as Exporter; |
15 | -use SMWExpResource as ExpResource; |
|
16 | 15 | |
17 | 16 | /** |
18 | 17 | * @covers \SMWExporter |
@@ -12,7 +12,6 @@ |
||
12 | 12 | use SMW\Tests\Utils\PageCreator; |
13 | 13 | use Title; |
14 | 14 | use UnexpectedValueException; |
15 | -use User; |
|
16 | 15 | use WikiPage; |
17 | 16 | |
18 | 17 | /** |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use FeedItem; |
6 | 6 | use ParserOptions; |
7 | 7 | use Sanitizer; |
8 | -use SMWDIWikiPage; |
|
9 | 8 | use SMWQueryResult; |
10 | 9 | use TextContent; |
11 | 10 | use Title; |
@@ -3,9 +3,6 @@ |
||
3 | 3 | namespace SMW\MediaWiki\Specials\SearchByProperty; |
4 | 4 | |
5 | 5 | use SMW\DataValueFactory; |
6 | -use SMW\Query\Language\SomeProperty; |
|
7 | -use SMW\Query\Language\ThingDescription; |
|
8 | -use SMW\Query\Language\ValueDescription; |
|
9 | 6 | use SMW\Query\PrintRequest as PrintRequest; |
10 | 7 | use SMW\Store; |
11 | 8 | use SMWQuery as Query; |
@@ -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; |
@@ -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 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Iterators\Tests; |
4 | 4 | |
5 | 5 | use SMW\Iterators\ResultIterator; |
6 | -use ArrayIterator; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * @covers \SMW\Iterators\ResultIterator |