MDL-40100 cache: removed unneeded includes from add instance forms

This commit is contained in:
Sam Hemelryk 2013-06-10 10:23:28 +12:00
parent b3be471f52
commit 1878661402
3 changed files with 0 additions and 3 deletions

View File

@ -27,7 +27,6 @@
*/
require_once($CFG->dirroot.'/cache/forms.php');
require_once($CFG->dirroot.'/cache/stores/file/lib.php');
/**
* Form for adding a file instance.

View File

@ -27,7 +27,6 @@
defined('MOODLE_INTERNAL') || die();
require_once($CFG->dirroot.'/cache/forms.php');
require_once($CFG->dirroot.'/cache/stores/memcached/lib.php');
/**
* Form for adding a memcache instance.

View File

@ -35,7 +35,6 @@ defined('MOODLE_INTERNAL') || die();
// Include the necessary evils.
require_once($CFG->dirroot.'/cache/forms.php');
require_once($CFG->dirroot.'/cache/stores/mongodb/lib.php');
/**
* The form to add an instance of the MongoDB store to the system.