Skip to content

Commit 613db85

Browse files
committed
Removed all of the requires since it is now assumed that this lib will be used with composer, which provides an autoloader.
1 parent 61c5bd6 commit 613db85

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Xmpp/Connection.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
* @license http://m.me.uk/xmpp/license/ New BSD License
2222
* @link http://pear.m.me.uk/package/Xmpp
2323
*/
24-
require_once 'Xmpp/Exception.php';
25-
require_once 'Stream.php';
26-
require_once 'Zend/Log.php';
27-
require_once 'Zend/Log/Writer/Stream.php';
2824

2925
/**
3026
* Xmpp is an implementation of the Xmpp protocol. Note that creating the class

0 commit comments

Comments
 (0)