]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelineuser.php
Removing unnecessary require_once lines (autoload!)
[quix0rs-gnu-social.git] / actions / apitimelineuser.php
index 19e1a52d15509131f15c6fe1cfe413b17025ca98..2540c036c141b112d7f496ef6166cc656a95a64c 100644 (file)
@@ -38,8 +38,6 @@ if (!defined('STATUSNET')) {
     exit(1);
 }
 
-require_once INSTALLDIR . '/lib/apibareauth.php';
-
 /**
  * Returns the most recent notices (default 20) posted by the authenticating
  * user. Another user's timeline can be requested via the id parameter. This