summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-02-01 15:38:41 +0100
committerAndreas Gohr <andi@splitbrain.org>2010-02-01 15:38:41 +0100
commit0af14a6e25ba35e88d96762bc73325838868e3fe (patch)
tree8f60efb36406b6e8a5cf5d3269384e26fa072828 /inc/html.php
parent2dcde3047b0cbc7cb75b3d9f84fd05a217b7fced (diff)
downloadrpg-0af14a6e25ba35e88d96762bc73325838868e3fe.tar.gz
rpg-0af14a6e25ba35e88d96762bc73325838868e3fe.tar.bz2
removed more unneeded require_once() calls
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/inc/html.php b/inc/html.php
index 5e1d0bab3..2d6c0a093 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -296,8 +296,6 @@ function html_hilight_callback($m) {
* @author Andreas Gohr <andi@splitbrain.org>
*/
function html_search(){
- require_once(DOKU_INC.'inc/search.php');
- require_once(DOKU_INC.'inc/fulltext.php');
global $conf;
global $QUERY;
global $ID;
@@ -690,7 +688,6 @@ function html_recent($first=0){
* @author Andreas Gohr <andi@splitbrain.org>
*/
function html_index($ns){
- require_once(DOKU_INC.'inc/search.php');
global $conf;
global $ID;
$dir = $conf['datadir'];
@@ -828,7 +825,6 @@ function html_buildlist($data,$class,$func,$lifunc='html_li_default'){
* @author Michael Klier <chi@chimeric.de>
*/
function html_backlinks(){
- require_once(DOKU_INC.'inc/fulltext.php');
global $ID;
global $conf;
global $lang;
@@ -856,7 +852,6 @@ function html_backlinks(){
* @author Andreas Gohr <andi@splitbrain.org>
*/
function html_diff($text='',$intro=true){
- require_once(DOKU_INC.'inc/DifferenceEngine.php');
global $ID;
global $REV;
global $lang;