@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW; |
4 | 4 | |
5 | -use MWException; |
|
6 | 5 | use SMWContainerSemanticData; |
7 | 6 | use SMWDataItem; |
8 | 7 | use SMWDataValue; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\SQLStore; |
4 | 4 | |
5 | -use MWException; |
|
6 | 5 | use SMW\MediaWiki\Database; |
7 | 6 | use SMW\Store\PropertyStatisticsStore; |
8 | 7 | use SMW\SQLStore\Exception\PropertyStatisticsInvalidArgumentException; |
@@ -2,13 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\Exporter\ResourceBuilders; |
4 | 4 | |
5 | -use SMW\Exporter\ResourceBuilder; |
|
6 | 5 | use SMW\DIProperty; |
7 | 6 | use SMWExporter as Exporter; |
8 | -use SMW\DataValueFactory; |
|
9 | 7 | use SMWDataItem as DataItem; |
10 | 8 | use SMWExpData as ExpData; |
11 | -use SMWExpLiteral as ExpLiteral; |
|
12 | 9 | |
13 | 10 | /** |
14 | 11 | * @private |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use SMW\MediaWiki\Jobs\JobBase; |
6 | 6 | use SMW\MediaWiki\Jobs\UpdateJob; |
7 | 7 | use SMW\SemanticData; |
8 | -use SMW\SQLStore\PropertyStatisticsTable; |
|
9 | 8 | use SMW\SQLStore\PropertyTableRowDiffer; |
10 | 9 | use SMW\SQLStore\EntityStore\EntitySubobjectListIterator; |
11 | 10 | use SMW\SQLStore\TableBuilder\FieldType; |
@@ -7,7 +7,6 @@ |
||
7 | 7 | * @defgroup SMWDataValues SMWDataValues |
8 | 8 | * @ingroup SMW |
9 | 9 | */ |
10 | -use SMW\ApplicationFactory; |
|
11 | 10 | use SMW\DataValues\InfoLinksProvider; |
12 | 11 | use SMW\DataValues\ValueFormatterRegistry; |
13 | 12 | use SMW\DataValues\ValueValidatorRegistry; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use SMW\Highlighter; |
7 | 7 | use SMW\Localizer; |
8 | 8 | use SMW\Message; |
9 | -use SMW\DIWikiPage; |
|
10 | 9 | use SMWDataValue as DataValue; |
11 | 10 | use SMWPropertyValue as PropertyValue; |
12 | 11 | use RuntimeException; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use RuntimeException; |
6 | 6 | use SMW\DataValueFactory; |
7 | 7 | use SMW\DataValues\ReferenceValue; |
8 | -use SMW\DIProperty; |
|
9 | 8 | use SMW\DIWikiPage; |
10 | 9 | use SMW\Message; |
11 | 10 | use SMWDataValue as DataValue; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | use SMW\Store; |
13 | 13 | use SMWDataItem as DataItem; |
14 | 14 | use SMWExporter as Exporter; |
15 | -use Title; |
|
16 | 15 | |
17 | 16 | /** |
18 | 17 | * @license GNU GPL v2+ |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\ExtraneousLanguage; |
4 | 4 | |
5 | -use RuntimeException; |
|
6 | - |
|
7 | 5 | /** |
8 | 6 | * This class provides "extraneous" language functions independent from MediaWiki |
9 | 7 | * to handle certain language options in a way required by Semantic MediaWiki and |