From ecfbc7027e8a08f78250724568c9678d0dfb0f68 Mon Sep 17 00:00:00 2001
From: Michael <heluecht@pirati.ca>
Date: Thu, 6 Aug 2020 05:52:22 +0000
Subject: [PATCH] Unused "use" removed

---
 src/Model/Contact.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/Model/Contact.php b/src/Model/Contact.php
index 684a30912a..d8c479531d 100644
--- a/src/Model/Contact.php
+++ b/src/Model/Contact.php
@@ -21,8 +21,6 @@
 
 namespace Friendica\Model;
 
-use DOMDocument;
-use DOMXPath;
 use Friendica\App\BaseURL;
 use Friendica\Content\Pager;
 use Friendica\Core\Hook;