From 4fb541d1bb1b2bed65142ee2ec98a4a554001165 Mon Sep 17 00:00:00 2001 From: robocoder Date: Wed, 8 Jul 2009 04:19:14 +0000 Subject: fixes #803 - remove unnecessary require_once from core, plugins, and parts of libs. (I didn't touch: open-flash-chart, Zend Framework, and PEAR HTML.) git-svn-id: http://dev.piwik.org/svn/trunk@1296 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- core/Mail.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/Mail.php') diff --git a/core/Mail.php b/core/Mail.php index db12d4eaf1..d25cd23262 100644 --- a/core/Mail.php +++ b/core/Mail.php @@ -9,8 +9,6 @@ * @package Piwik */ -require_once "Zend/Mail.php"; - /** * Class for sending mails, for more information see: * http://framework.zend.com/manual/en/zend.mail.html -- cgit v1.2.3