Fix for HipHop breakage in r87748 etc. Please do not use require_once(dirname(__FILE_...
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
index f00ef39..bc4a824 100644 (file)
@@ -8,10 +8,6 @@ if ( !defined( 'MEDIAWIKI' ) ) {
        die( "This file is part of MediaWiki, it is not a valid entry point" );
 }
 
-if ( !defined( 'MW_COMPILED' ) ) {
-       require_once( dirname( __FILE__ ) . '/normal/UtfNormalUtil.php' );
-}
-
 // Hide compatibility functions from Doxygen
 /// @cond