@@ -1,11 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | use SMW\DataValueFactory; |
4 | -use SMW\InTextAnnotationParser; |
|
5 | 4 | use SMW\Query\PrintRequest; |
6 | 5 | use SMW\Query\Result\EntityListAccumulator; |
7 | 6 | use SMWDataItem as DataItem; |
8 | -use SMWDIBlob as DIBlob; |
|
9 | 7 | use SMW\Query\Result\ResultFieldMatchFinder; |
10 | 8 | use SMW\Query\QueryToken; |
11 | 9 |