git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18135 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -62,7 +62,6 @@ class Zend_Service_Simpy
/**
* @see Zend_Service_Rest
*/
- require_once 'Zend/Rest/Client.php';
$this->_http = new Zend_Http_Client;
$this->_http->setAuth($username, $password);
}