diff options
author | Zach Copley <zach@status.net> | 2010-02-25 22:06:31 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-25 22:06:31 -0800 |
commit | e650794300f48f75cc4a91ac86d7e7dd9e082136 (patch) | |
tree | fa045af4af00c02d77a09cbea6eee5813ba25ba4 /actions/twitapitrends.php | |
parent | 3daf17d935d25d3456043c6d9f4e483b23b525cc (diff) |
Remove unnecessary requires
Diffstat (limited to 'actions/twitapitrends.php')
-rw-r--r-- | actions/twitapitrends.php | 2 |
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 * |