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:08:25 -0800 |
commit | 6cc26a613b7849103d8cfae674bb3a91a7161656 (patch) | |
tree | dc16c2c8304d04c40a317ffcaa3865c4c0f5f418 /lib | |
parent | eabae96fb40a51002a90961b3092b38d29b1f5f9 (diff) |
Remove unnecessary requires
Diffstat (limited to 'lib')
-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'; /** |