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

This commit is contained in:
Sam Hemelryk
2013-06-10 10:26:35 +12:00
parent 6c413970b7
commit 5dc899f004
3 changed files with 0 additions and 3 deletions
-1
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.
-1
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.
-1
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.