Related to bug 28470 (Doxygen not updating)
[lhc/web/wiklou.git] / includes / normal / UtfNormalUtil.php
index 2df5577..e470a8b 100644 (file)
@@ -25,8 +25,6 @@
  * @ingroup UtfNormal
  */
 
-require_once( MWInit::compiledPath( 'includes/normal/UtfNormalDefines.php' ) );
-
 /**
  * Return UTF-8 sequence for a given Unicode code point.
  * May die if fed out of range data.