Remove require_once statements
authorSeamus Lee <seamuslee001@gmail.com>
Sat, 16 Mar 2019 01:56:22 +0000 (12:56 +1100)
committerSeamus Lee <seamuslee001@gmail.com>
Sat, 16 Mar 2019 22:40:28 +0000 (09:40 +1100)
CRM/Core/Config.php
CRM/Core/Error.php

index 2e5c7307daabefc21912b61f773a551c8479cd04..320ec6d85fa8181a6f9d11a12956b0146bfcbe33 100644 (file)
@@ -35,7 +35,6 @@
  * @copyright CiviCRM LLC (c) 2004-2019
  */
 
-require_once 'Log.php';
 require_once 'Mail.php';
 
 require_once 'api/api.php';
index 163a1b44d3be97becc043098d084b55665635074..fc2ebe9856ade86eb0c646e467c67f631bde3168 100644 (file)
@@ -37,8 +37,6 @@ require_once 'PEAR/ErrorStack.php';
 require_once 'PEAR/Exception.php';
 require_once 'CRM/Core/Exception.php';
 
-require_once 'Log.php';
-
 /**
  * Class CRM_Exception
  */