diff --git a/module/VuFind/src/VuFind/Search/BrowZine/Results.php b/module/VuFind/src/VuFind/Search/BrowZine/Results.php
index 8b68a1ee035732219e406e19b76d93b1671b56a8..852828e267f9901cfc1aeabc39ea17252048e540 100644
--- a/module/VuFind/src/VuFind/Search/BrowZine/Results.php
+++ b/module/VuFind/src/VuFind/Search/BrowZine/Results.php
@@ -27,9 +27,6 @@
  */
 namespace VuFind\Search\BrowZine;
 
-use VuFind\Record\Loader;
-use VuFindSearch\Service as SearchService;
-
 /**
  * BrowZine Search Results
  *
diff --git a/module/VuFind/src/VuFind/Search/SolrAuth/Results.php b/module/VuFind/src/VuFind/Search/SolrAuth/Results.php
index 763bcc3dc0dc26f316ee8706da9042d32c2b0363..db720235dcb806c4a91af7abd70d0f10b4c5a4a3 100644
--- a/module/VuFind/src/VuFind/Search/SolrAuth/Results.php
+++ b/module/VuFind/src/VuFind/Search/SolrAuth/Results.php
@@ -27,9 +27,6 @@
  */
 namespace VuFind\Search\SolrAuth;
 
-use VuFind\Record\Loader;
-use VuFindSearch\Service as SearchService;
-
 /**
  * Solr Authority Search Parameters
  *
diff --git a/module/VuFind/src/VuFind/Search/SolrReserves/Results.php b/module/VuFind/src/VuFind/Search/SolrReserves/Results.php
index 68d5d4c134268f431ff1487f2f9c5170cdb5001d..213a91b76ffa582f35f7148d892b6ef6ead654c8 100644
--- a/module/VuFind/src/VuFind/Search/SolrReserves/Results.php
+++ b/module/VuFind/src/VuFind/Search/SolrReserves/Results.php
@@ -28,9 +28,6 @@
  */
 namespace VuFind\Search\SolrReserves;
 
-use VuFind\Record\Loader;
-use VuFindSearch\Service as SearchService;
-
 /**
  * Solr Reserves Search Parameters
  *
diff --git a/module/VuFind/src/VuFind/Search/SolrWeb/Results.php b/module/VuFind/src/VuFind/Search/SolrWeb/Results.php
index a2d3954dc4f72c75da3842f758ac3f87b47266bc..89ceff8f5ef7c09a16defb29b9a1f5c5502f5b75 100644
--- a/module/VuFind/src/VuFind/Search/SolrWeb/Results.php
+++ b/module/VuFind/src/VuFind/Search/SolrWeb/Results.php
@@ -27,9 +27,6 @@
  */
 namespace VuFind\Search\SolrWeb;
 
-use VuFind\Record\Loader;
-use VuFindSearch\Service as SearchService;
-
 /**
  * Solr Web Search Parameters
  *