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 /lib/apiauth.php | |
parent | 3daf17d935d25d3456043c6d9f4e483b23b525cc (diff) |
Remove unnecessary requires
Diffstat (limited to 'lib/apiauth.php')
-rw-r--r-- | lib/apiauth.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/apiauth.php b/lib/apiauth.php index 25e2196cf..5090871cf 100644 --- a/lib/apiauth.php +++ b/lib/apiauth.php @@ -38,7 +38,6 @@ if (!defined('STATUSNET')) { exit(1); } -require_once INSTALLDIR . '/lib/api.php'; require_once INSTALLDIR . '/lib/apioauth.php'; /** |