@@ -6,7 +6,6 @@ |
||
6 | 6 | use SMW\Query\Language\ThingDescription; |
7 | 7 | use SMW\SPARQLStore\RepositoryConnection; |
8 | 8 | use SMW\Query\DebugOutputFormatter; |
9 | -use SMW\CircularReferenceGuard; |
|
10 | 9 | use SMW\SPARQLStore\QueryEngine\Condition\Condition; |
11 | 10 | use SMW\SPARQLStore\QueryEngine\Condition\FalseCondition; |
12 | 11 | use SMW\SPARQLStore\QueryEngine\Condition\SingletonCondition; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use SMW\Query\Language\Description; |
6 | 6 | use SMW\Query\Language\Disjunction; |
7 | 7 | use SMW\SPARQLStore\QueryEngine\CompoundConditionBuilder; |
8 | -use SMW\SPARQLStore\QueryEngine\Condition\Condition; |
|
9 | 8 | use SMW\SPARQLStore\QueryEngine\Condition\FalseCondition; |
10 | 9 | use SMW\SPARQLStore\QueryEngine\Condition\FilterCondition; |
11 | 10 | use SMW\SPARQLStore\QueryEngine\Condition\SingletonCondition; |
@@ -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 | /** |
@@ -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 | /** |
@@ -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 | /** |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use SMW\SPARQLStore\QueryEngine\Interpreter\ThingDescriptionInterpreter; |
7 | 7 | use SMW\SPARQLStore\QueryEngine\CompoundConditionBuilder; |
8 | 8 | use SMW\Query\Language\ThingDescription; |
9 | -use SMW\DIWikiPage; |
|
10 | 9 | use SMW\DIProperty; |
11 | 10 | |
12 | 11 | /** |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use ImportReporter; |
7 | 7 | use WikiImporter; |
8 | 8 | use RequestContext; |
9 | - |
|
10 | 9 | use RuntimeException; |
11 | 10 | |
12 | 11 | /** |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\SQLStore; |
4 | 4 | |
5 | -use SMW\MediaWiki\Database; |
|
6 | 5 | use SMWStringCondition as StringCondition; |
7 | 6 | use SMWRequestOptions as RequestOptions; |
8 | 7 | use SMW\DIWikiPage; |
@@ -4,12 +4,9 @@ |
||
4 | 4 | |
5 | 5 | use SMW\Tests\Utils\UtilityFactory; |
6 | 6 | use SMW\Tests\Utils\Mock\MockTitle; |
7 | - |
|
8 | 7 | use SMW\MediaWiki\Hooks\InternalParseBeforeLinks; |
9 | - |
|
10 | 8 | use SMW\ApplicationFactory; |
11 | 9 | use SMW\Settings; |
12 | - |
|
13 | 10 | use Title; |
14 | 11 | |
15 | 12 | /** |