summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-08-26 00:59:06 +0000
committerZach Copley <zach@controlyourself.ca>2009-08-26 00:59:06 +0000
commit5efe588174c71979fc1970353c9a556ea441f138 (patch)
treeb55c3fe906561d73f6bddb21f8ed88b712f0b1a7 /lib/common.php
parent9b9d80cd97704426e54434d8777c5c15154014ad (diff)
Moved the rest of the Twitter stuff into the TwitterBridge plugin
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php
index 62cf5640d..d23d9da7d 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -409,7 +409,6 @@ require_once INSTALLDIR.'/lib/theme.php';
require_once INSTALLDIR.'/lib/mail.php';
require_once INSTALLDIR.'/lib/subs.php';
require_once INSTALLDIR.'/lib/Shorturl_api.php';
-require_once INSTALLDIR.'/lib/twitter.php';
require_once INSTALLDIR.'/lib/clientexception.php';
require_once INSTALLDIR.'/lib/serverexception.php';