Index: trunk/phase3/includes/specials/Newpages.php |
— | — | @@ -267,7 +267,6 @@ |
268 | 268 | * @param string $type |
269 | 269 | */ |
270 | 270 | protected function feed( $type ) { |
271 | | - require_once('Recentchanges.php'); |
272 | 271 | global $wgFeed, $wgFeedClasses; |
273 | 272 | |
274 | 273 | if ( !$wgFeed ) { |
Index: trunk/phase3/includes/specials/Watchlist.php |
— | — | @@ -4,8 +4,6 @@ |
5 | 5 | * @ingroup SpecialPage Watchlist |
6 | 6 | */ |
7 | 7 | |
8 | | -require_once( dirname(__FILE__) . '/Recentchanges.php' ); |
9 | | - |
10 | 8 | /** |
11 | 9 | * Constructor |
12 | 10 | * |