From: Jan Schneider Date: Thu, 6 May 2010 09:27:23 +0000 (+0200) Subject: Remove require. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8457fc7f1da0a5ce7ebd4cd3fc69a0d46b328ca5;p=horde.git Remove require. --- diff --git a/framework/History/lib/Horde/History.php b/framework/History/lib/Horde/History.php index 715104e3d..6cf25c7cc 100644 --- a/framework/History/lib/Horde/History.php +++ b/framework/History/lib/Horde/History.php @@ -13,11 +13,6 @@ */ /** - * The Autoloader allows us to omit "require/include" statements. - */ -require_once 'Horde/Autoloader.php'; - -/** * The Horde_History:: class provides a method of tracking changes in Horde * objects, stored in a SQL table. *