@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\Tests; |
4 | 4 | |
5 | -use Language; |
|
6 | 5 | use SMW\NumberFormatter; |
7 | 6 | |
8 | 7 | /** |
@@ -1,6 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use SMW\Highlighter; |
|
4 | 3 | use SMW\IntlNumberFormatter; |
5 | 4 | use SMW\Localizer; |
6 | 5 | use SMW\DataValues\ValueFormatters\DataValueFormatter; |
@@ -3,12 +3,11 @@ |
||
3 | 3 | namespace SMW\DataValues; |
4 | 4 | |
5 | 5 | use SMWInfolink as Infolink; |
6 | -use SMWDataValue as DataValue; |
|
6 | +use SMWDataValue as DataValue; |
|
7 | 7 | use SMW\ApplicationFactory; |
8 | 8 | use SMW\InTextAnnotationParser; |
9 | 9 | use SMW\DIProperty; |
10 | 10 | use SMW\Message; |
11 | -use SMWStringValue as StringValue; |
|
12 | 11 | use SMWDIBlob as DIBlob; |
13 | 12 | |
14 | 13 | /** |