summaryrefslogtreecommitdiff
path: root/actions/twitapitrends.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-02-25 22:06:31 -0800
committerZach Copley <zach@status.net>2010-02-25 22:08:25 -0800
commit6cc26a613b7849103d8cfae674bb3a91a7161656 (patch)
treedc16c2c8304d04c40a317ffcaa3865c4c0f5f418 /actions/twitapitrends.php
parenteabae96fb40a51002a90961b3092b38d29b1f5f9 (diff)
Remove unnecessary requires
Diffstat (limited to 'actions/twitapitrends.php')
-rw-r--r--actions/twitapitrends.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/twitapitrends.php b/actions/twitapitrends.php
index 779405e6d..5a04569a2 100644
--- a/actions/twitapitrends.php
+++ b/actions/twitapitrends.php
@@ -31,8 +31,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
exit(1);
}
-require_once INSTALLDIR.'/lib/api.php';
-
/**
* Returns the top ten queries that are currently trending
*