From: Hypolite Petovan Date: Fri, 12 May 2017 03:01:49 +0000 (-0400) Subject: Removed useless usage of `use` X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c0a6f1122b52e63e93db8c07740b667cf68517c5;p=friendica.git Removed useless usage of `use` --- diff --git a/include/socgraph.php b/include/socgraph.php index 6713c7342d..fbac08cc97 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';