Remove include/ requires that are now done directly from Composer

This commit is contained in:
Hypolite Petovan 2018-12-24 09:56:25 -05:00
parent 35a6e33e0d
commit acaee626f5
122 changed files with 0 additions and 312 deletions

View file

@ -27,10 +27,6 @@ use Friendica\Util\DateTimeFormat;
use Friendica\Util\Network;
use Friendica\Util\Strings;
require_once 'boot.php';
require_once 'include/dba.php';
require_once 'include/text.php';
/**
* @brief functions for interacting with a contact
*/
@ -1376,8 +1372,6 @@ class Contact extends BaseObject
{
$a = self::getApp();
require_once 'include/conversation.php';
$cid = Self::getIdForURL($contact_url);
$contact = DBA::selectFirst('contact', ['contact-type', 'network'], ['id' => $cid]);