@@ -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; |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace SMW\MediaWiki\Hooks; |
| 4 | 4 | |
| 5 | 5 | use SMW\ApplicationFactory; |
| 6 | -use SMW\Factbox\FactboxCache; |
|
| 7 | 6 | |
| 8 | 7 | /** |
| 9 | 8 | * TitleMoveComplete occurs whenever a request to move an article |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace SMW\Tests\SQLStore; |
| 4 | 4 | |
| 5 | 5 | use SMW\SQLStore\SQLStoreFactory; |
| 6 | -use SMW\Store; |
|
| 7 | 6 | use SMWSQLStore3; |
| 8 | 7 | |
| 9 | 8 | /** |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace SMW; |
| 4 | 4 | |
| 5 | -use DateTimeZone; |
|
| 6 | 5 | use SMWDITime as DITime; |
| 7 | 6 | use Language; |
| 8 | 7 | |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace SMW\Tests\SQLStore; |
| 4 | 4 | |
| 5 | 5 | use SMW\SQLStore\SQLStoreFactory; |
| 6 | -use SMW\Store; |
|
| 7 | 6 | use SMWSQLStore3; |
| 8 | 7 | |
| 9 | 8 | /** |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace SMW\Tests\SQLStore; |
| 4 | 4 | |
| 5 | 5 | use SMW\SQLStore\SQLStoreFactory; |
| 6 | -use SMW\Store; |
|
| 7 | 6 | use SMWSQLStore3; |
| 8 | 7 | |
| 9 | 8 | /** |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace SMW\Tests\SQLStore; |
| 4 | 4 | |
| 5 | 5 | use SMW\SQLStore\PropertyTableOutdatedReferenceDisposer; |
| 6 | -use Title; |
|
| 7 | 6 | |
| 8 | 7 | /** |
| 9 | 8 | * @covers \SMW\SQLStore\PropertyTableOutdatedReferenceDisposer |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | use SMW\Query\Language\Description; |
| 12 | 12 | use SMW\Query\Language\SomeProperty; |
| 13 | 13 | use SMW\Query\Language\ThingDescription; |
| 14 | -use SMW\SPARQLStore\HierarchyFinder; |
|
| 15 | 14 | use SMW\SPARQLStore\QueryEngine\Condition\Condition; |
| 16 | 15 | use SMW\SPARQLStore\QueryEngine\Condition\SingletonCondition; |
| 17 | 16 | use SMW\SPARQLStore\QueryEngine\Condition\TrueCondition; |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace SMW\Tests\SQLStore; |
| 4 | 4 | |
| 5 | 5 | use SMW\SQLStore\SQLStoreFactory; |
| 6 | -use SMW\Store; |
|
| 7 | 6 | use SMWSQLStore3; |
| 8 | 7 | |
| 9 | 8 | /** |