@@ -6,7 +6,6 @@ |
||
6 | 6 | use SMW\DIProperty; |
7 | 7 | use SMW\Store; |
8 | 8 | use SMWRequestOptions as RequestOptions; |
9 | -use Title; |
|
10 | 9 | |
11 | 10 | /** |
12 | 11 | * @license GNU GPL v2+ |
@@ -5,8 +5,6 @@ |
||
5 | 5 | use SBL\ByPropertyHierarchicalLinksFinder; |
6 | 6 | use SMW\DIWikiPage; |
7 | 7 | use SMW\DIProperty; |
8 | -use SMW\ApplicationFactory; |
|
9 | -use Title; |
|
10 | 8 | |
11 | 9 | /** |
12 | 10 | * @covers \SBL\ByPropertyHierarchicalLinksFinder |
@@ -2,10 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace SBL; |
4 | 4 | |
5 | -use SMW\ApplicationFactory; |
|
6 | 5 | use SMW\NamespaceExaminer; |
7 | 6 | use OutputPage; |
8 | -use Action; |
|
9 | 7 | use Title; |
10 | 8 | |
11 | 9 | /** |