summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/oauth.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/oauth.php b/lib/oauth.php
index 0c6e9af7252..0621a72a72b 100644
--- a/lib/oauth.php
+++ b/lib/oauth.php
@@ -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