From: Domas Mituzas Date: Tue, 6 Jun 2006 11:36:38 +0000 (+0000) Subject: AutoLoad LinkCache & LinkBatch X-Git-Tag: 1.31.0-rc.0~56878 X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=commitdiff_plain;h=b641266605016a6297a19ecda136f3fb8ace2ef3;p=lhc%2Fweb%2Fwiklou.git AutoLoad LinkCache & LinkBatch --- diff --git a/includes/Setup.php b/includes/Setup.php index c4b70fb7b5..c4beda8bae 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -52,8 +52,6 @@ require_once( 'Namespace.php' ); require_once( 'User.php' ); require_once( 'Skin.php' ); require_once( 'OutputPage.php' ); -require_once( 'LinkCache.php' ); -require_once( 'LinkBatch.php' ); require_once( 'Title.php' ); require_once( 'MagicWord.php' ); require_once( 'Block.php' );