@@ -10,9 +10,6 @@ |
||
10 | 10 | use SMW\Message; |
11 | 11 | use SMW\PropertyHierarchyLookup; |
12 | 12 | use SMW\Query\Language\Description; |
13 | -use SMW\Query\Language\SomeProperty; |
|
14 | -use SMW\Query\Language\ThingDescription; |
|
15 | -use SMW\SPARQLStore\HierarchyFinder; |
|
16 | 13 | use SMW\SPARQLStore\QueryEngine\Condition\Condition; |
17 | 14 | use SMW\SPARQLStore\QueryEngine\Condition\SingletonCondition; |
18 | 15 | use SMW\SPARQLStore\QueryEngine\Condition\TrueCondition; |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use SMW\DIProperty; |
8 | 8 | use SMW\DIWikiPage; |
9 | 9 | use SMW\SemanticData; |
10 | -use SMW\Store; |
|
11 | 10 | use Title; |
12 | 11 | |
13 | 12 | /** |
@@ -6,7 +6,7 @@ |
||
6 | 6 | use SMWDataItem as DataItem; |
7 | 7 | use SMW\SQLStore\EntityStore\DataItemHandler; |
8 | 8 | use SMW\SQLStore\EntityStore\Exception\DataItemHandlerException; |
9 | -use SMWDIGeoCoord as DIGeoCoord; |
|
9 | +use SMWDIGeoCoord as DIGeoCoord; |
|
10 | 10 | use SMW\SQLStore\TableBuilder\FieldType; |
11 | 11 | |
12 | 12 | /** |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use SMW\IteratorFactory; |
6 | 6 | use SMW\DIProperty; |
7 | 7 | use SMW\DIWikiPage; |
8 | -use SMWDataItem as DataItem; |
|
9 | 8 | use SMW\SQLStore\SQLStore; |
10 | 9 | use IteratorAggregate; |
11 | 10 | use RuntimeException; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Hooks; |
6 | 6 | use SMW\DataTypeRegistry; |
7 | 7 | use SMW\DIProperty; |
8 | -use SMWDataItem as DataItem; |
|
9 | 8 | |
10 | 9 | /** |
11 | 10 | * @private |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use SMW\MediaWiki\Database; |
8 | 8 | use SMW\DIProperty; |
9 | 9 | use SMWDataItem as DataItem; |
10 | -use SMWDIBlob as DIBlob; |
|
11 | 10 | |
12 | 11 | /** |
13 | 12 | * @license GNU GPL v2+ |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use OutOfBoundsException; |
7 | 7 | use SMW\Utils\CircularReferenceGuard; |
8 | 8 | use SMW\Query\Language\Description; |
9 | -use SMW\Query\Language\Conjuncton; |
|
10 | 9 | use SMW\Store; |
11 | 10 | use SMW\Message; |
12 | 11 |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\SQLStore\QueryEngine; |
4 | 4 | |
5 | -use SMW\DIWikiPage; |
|
6 | 5 | use SMWQuery as Query; |
7 | 6 | use SMW\MediaWiki\Database; |
8 | 7 | use SMW\SQLStore\SQLStore; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use SMW\ApplicationFactory; |
6 | 6 | use SMW\Tests\Utils\UtilityFactory; |
7 | -use Title; |
|
8 | 7 | |
9 | 8 | /** |
10 | 9 | * @group SMW |