Remove unnecessary include

This commit is contained in:
Tom Needham 2012-08-01 10:40:09 +01:00
parent e7f7693b2f
commit e315384b4d
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ class OC_OAuth {
// Include the libraries
require_once(OC::$THIRDPARTYROOT.'/3rdparty/oauth-php/library/OAuthServer.php');
require_once(OC::$THIRDPARTYROOT.'/3rdparty/oauth-php/library/OAuthStore.php');
require_once(OC::$THIRDPARTYROOT.'/3rdparty/oauth-php/library/OAuthRequestVerifier.php');
// Initialise the OAuth store
self::$store = OAuthStore::instance('Session');
// Create the server object