require_once
("Auth/Yadis/PlainHTTPFetcher.php")
[line 20]
Need both fetcher types so we can use the right one based on the presence or absence of CURL.
require_once
("Auth/Yadis/ParseHTML.php")
[line 26]
Need this for parsing HTML (looking for META tags).
require_once
("Auth/Yadis/XRDS.php")
[line 31]
Need this to parse the XRDS document during Yadis discovery.
require_once
("Auth/Yadis/ParanoidHTTPFetcher.php")
[line 21]