summaryrefslogtreecommitdiff
path: root/lib/exe/js.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-02-01 16:20:40 +0100
committerAndreas Gohr <andi@splitbrain.org>2010-02-01 16:20:40 +0100
commit24b3cb1ac0784ffa2acabf021fdd06c6d49cc7b1 (patch)
treeae5577f90610170f955b169b6bf414acda8cfcb6 /lib/exe/js.php
parentc2a6d81662045023bdf1617b6b49f71c274d55ca (diff)
downloadrpg-24b3cb1ac0784ffa2acabf021fdd06c6d49cc7b1.tar.gz
rpg-24b3cb1ac0784ffa2acabf021fdd06c6d49cc7b1.tar.bz2
removed require's in lib/exe/*
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r--lib/exe/js.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php
index 8648bf18f..044342187 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -11,10 +11,6 @@ if(!defined('NOSESSION')) define('NOSESSION',true); // we do not use a session o
if(!defined('NL')) define('NL',"\n");
if(!defined('DOKU_DISABLE_GZIP_OUTPUT')) define('DOKU_DISABLE_GZIP_OUTPUT',1); // we gzip ourself here
require_once(DOKU_INC.'inc/init.php');
-require_once(DOKU_INC.'inc/pageutils.php');
-require_once(DOKU_INC.'inc/httputils.php');
-require_once(DOKU_INC.'inc/io.php');
-require_once(DOKU_INC.'inc/JSON.php');
// Main (don't run when UNIT test)
if(!defined('SIMPLE_TEST')){
@@ -96,7 +92,6 @@ function js_out(){
echo 'LANG = '.$json->encode($lang['js']).";\n";
// load toolbar
- require_once(DOKU_INC.'inc/toolbar.php');
toolbar_JSdefines('toolbar');
// load files