diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 0e8df86e4a1..761952068f3 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');