summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/bootstrap.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 0e8df86e4..761952068 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -833,7 +833,6 @@ function _drupal_bootstrap($phase) {
session_start();
break;
case 'page cache':
- require_once './includes/bootstrap.inc';
require_once './includes/module.inc';
// Start a page timer:
timer_start('page');