diff options
Diffstat (limited to 'Auth/OpenID/Association.php')
-rw-r--r-- | Auth/OpenID/Association.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Auth/OpenID/Association.php b/Auth/OpenID/Association.php index b81d1ec..3676af6 100644 --- a/Auth/OpenID/Association.php +++ b/Auth/OpenID/Association.php @@ -15,13 +15,10 @@ */ /** - * Includes for utility functions. - */ -require_once 'Auth/OpenID/Util.php'; -/** * @access private */ require_once 'Auth/OpenID/CryptUtil.php'; + /** * @access private */ |