@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW; |
4 | 4 | |
5 | 5 | use SMWDataItem; |
6 | -use SMWDataItemException; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * This class implements Concept data items. |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW; |
4 | 4 | |
5 | -use Parser; |
|
6 | - |
|
7 | 5 | /** |
8 | 6 | * Provides the {{#subobject}} parser function |
9 | 7 | * |
@@ -3,7 +3,6 @@ |
||
3 | 3 | use SMW\DataTypeRegistry; |
4 | 4 | use SMW\DIWikiPage; |
5 | 5 | use SMW\SQLStore\TableDefinition; |
6 | -use SMWDataItem as DataItem; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * Class to provide all basic read methods for SMWSQLStore3. |
@@ -1,8 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use SMW\MediaWiki\Jobs\UpdateJob; |
|
4 | -use SMW\MediaWiki\Jobs\JobBase; |
|
5 | - |
|
6 | 3 | use Onoi\MessageReporter\MessageReporter; |
7 | 4 | |
8 | 5 | /** |
@@ -3,11 +3,9 @@ |
||
3 | 3 | namespace SMW\Deserializers; |
4 | 4 | |
5 | 5 | use Deserializers\Deserializer; |
6 | -use SMW\Serializers\ExpDataSerializer; |
|
7 | 6 | use SMW\Exporter\Element\ExpElement; |
8 | 7 | use SMWExpData as ExpData; |
9 | 8 | use OutOfBoundsException; |
10 | -use RuntimeException; |
|
11 | 9 | |
12 | 10 | /** |
13 | 11 | * @license GNU GPL v2+ |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW; |
4 | 4 | |
5 | 5 | use Onoi\EventDispatcher\EventListenerCollection; |
6 | -use Onoi\EventDispatcher\EventDispatcherFactory; |
|
7 | 6 | use SMWExporter as Exporter; |
8 | 7 | use SMW\Query\QueryComparator; |
9 | 8 |
@@ -3,8 +3,6 @@ |
||
3 | 3 | namespace SMW\Exporter; |
4 | 4 | |
5 | 5 | use SMW\Exporter\Element\ExpResource; |
6 | -use SMW\Exporter\Element\ExpNsResource; |
|
7 | -use SMW\Exporter\Element\ExpElement; |
|
8 | 6 | use SMW\Exporter\Element\ExpLiteral; |
9 | 7 | use SMW\Exporter\Element; |
10 | 8 | use SMWExporter as Exporter; |
@@ -10,13 +10,9 @@ |
||
10 | 10 | use SMW\DIProperty; |
11 | 11 | use SMW\Store; |
12 | 12 | use SMW\DataValueFactory; |
13 | -use SMW\ApplicationFactory; |
|
14 | -use Onoi\Cache\Cache; |
|
15 | - |
|
16 | 13 | use SMWExporter as Exporter; |
17 | 14 | use SMWDataItem as DataItem; |
18 | 15 | use RuntimeException; |
19 | -use Title; |
|
20 | 16 | |
21 | 17 | /** |
22 | 18 | * @license GNU GPL v2+ |
@@ -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; |