(bug 13140) Show parent categories in category namespace
[lhc/web/wiklou.git] / includes / JobQueue.php
index a2780bd..5cec310 100644 (file)
@@ -4,8 +4,6 @@ if ( !defined( 'MEDIAWIKI' ) ) {
        die( "This file is part of MediaWiki, it is not a valid entry point\n" );
 }
 
-require_once('UserMailer.php');
-
 /**
  * Class to both describe a background job and handle jobs.
  */
@@ -290,3 +288,4 @@ abstract class Job {
        }
 }
 
+