diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index e62c07d..4e986c4 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -1797,7 +1797,6 @@ function _drupal_bootstrap_kernel() { function _drupal_bootstrap_page_cache() { global $user; - require_once __DIR__ . '/cache.inc'; require_once __DIR__ . '/database.inc'; // Check for a cache mode force from settings.php. if (settings()->get('page_cache_without_database')) { diff --git a/core/includes/cache.inc b/core/includes/cache.inc deleted file mode 100644 index 771d4d5..0000000 --- a/core/includes/cache.inc +++ /dev/null @@ -1,53 +0,0 @@ -get('path_inc', 'core/includes/path.inc'); - require_once __DIR__ . '/cache.inc'; require_once __DIR__ . '/database.inc'; require_once __DIR__ . '/form.inc'; require_once __DIR__ . '/batch.inc';