From: Domas Mituzas Date: Tue, 6 Jun 2006 12:10:08 +0000 (+0000) Subject: Autoload WatchedItem X-Git-Tag: 1.31.0-rc.0~56871 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=526b19e0752b76e5611a526c4bd9abf5be701c6b;p=lhc%2Fweb%2Fwiklou.git Autoload WatchedItem --- diff --git a/includes/SpecialWatchlist.php b/includes/SpecialWatchlist.php index 68113fcb54..dc1277ad64 100644 --- a/includes/SpecialWatchlist.php +++ b/includes/SpecialWatchlist.php @@ -9,7 +9,6 @@ * */ require_once( 'SpecialRecentchanges.php' ); -require_once( 'WatchedItem.php' ); /** * Constructor diff --git a/includes/User.php b/includes/User.php index 4450b665ea..9aed0bf795 100644 --- a/includes/User.php +++ b/includes/User.php @@ -5,11 +5,6 @@ * @package MediaWiki */ -/** - * - */ -require_once( 'WatchedItem.php' ); - # Number of characters in user_token field define( 'USER_TOKEN_LENGTH', 32 );