From 56c3b3f653bfe2d789470c9bb8434845d3387745 Mon Sep 17 00:00:00 2001
From: Adam Magness <adam.magness@gmail.com>
Date: Wed, 24 Jan 2018 11:38:34 -0500
Subject: [PATCH] Revert use statement

no need to generate use statement
---
 util/extract.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/extract.php b/util/extract.php
index 3b708f3f72..13151bc96f 100644
--- a/util/extract.php
+++ b/util/extract.php
@@ -33,7 +33,7 @@
 
 	}
 
-	$s = '<?php' . "\n" . 'use Friendica\Core\L10n;' . "\n";
+	$s = '<?php' . "\n";
 	$s .= '
 function string_plural_select($n){
 	return ($n != 1);