From 526b19e0752b76e5611a526c4bd9abf5be701c6b Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Tue, 6 Jun 2006 12:10:08 +0000 Subject: [PATCH] Autoload WatchedItem --- includes/SpecialWatchlist.php | 1 - includes/User.php | 5 ----- 2 files changed, 6 deletions(-) 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 ); -- 2.20.1