@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW; |
4 | 4 | |
5 | 5 | use SMWContainerSemanticData as ContainerSemanticData; |
6 | -use SMWDataItem as DataItem; |
|
7 | 6 | use SMWDataValue as DataValue; |
8 | 7 | use SMWDIContainer as DIContainer; |
9 | 8 | use SMWDIBlob as DIBlob; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Query; |
4 | 4 | |
5 | 5 | use InvalidArgumentException; |
6 | -use SMW\Localizer; |
|
7 | 6 | use SMWDataValue; |
8 | 7 | use SMWPropertyValue as PropertyValue; |
9 | 8 | use SMW\DataValues\PropertyChainValue; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Query; |
4 | 4 | |
5 | 5 | use SMW\QueryFactory; |
6 | -use SMW\DIWikiPage; |
|
7 | 6 | use SMW\Localizer; |
8 | 7 | use SMW\DataValueFactory; |
9 | 8 |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use SMW\DIProperty; |
6 | 6 | use SMW\DIWikiPage; |
7 | -use SMW\Store; |
|
8 | 7 | use SMWDataItem as DataItem; |
9 | 8 | use SMWQuery as Query; |
10 | 9 |
@@ -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 |