From c0a6f1122b52e63e93db8c07740b667cf68517c5 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Thu, 11 May 2017 23:01:49 -0400 Subject: [PATCH] Removed useless usage of `use` --- include/socgraph.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/socgraph.php b/include/socgraph.php index 6713c7342..fbac08cc9 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -11,9 +11,6 @@ use Friendica\App; use Friendica\Core\Config; use Friendica\Network\Probe; -use DomXPath; -use DOMDocument; - require_once 'include/datetime.php'; require_once 'include/probe.php'; require_once 'include/network.php';