Merge "Added some extra tests for ORMRow class"
[lhc/web/wiklou.git] / includes / api / ApiFormatTxt.php
index 54a620f..e26b82b 100644 (file)
  * @file
  */
 
-if ( !defined( 'MEDIAWIKI' ) ) {
-       // Eclipse helper - will be ignored in production
-       require_once( 'ApiFormatBase.php' );
-}
-
 /**
  * API Text output formatter
  * @ingroup API