diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2014-02-25 20:32:56 +0000 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2014-02-25 20:32:56 +0000 |
commit | 2ada8709d3a0cea872f117823b244b400fac5f87 (patch) | |
tree | fb4cbbfd2e56b17dff31ea3ff3341eed28362d72 /inc/parser/xhtml.php | |
parent | 252398f08d0752fd17b25e4afab70a6d0b6455a7 (diff) | |
download | rpg-2ada8709d3a0cea872f117823b244b400fac5f87.tar.gz rpg-2ada8709d3a0cea872f117823b244b400fac5f87.tar.bz2 |
add renderers to autolader
Diffstat (limited to 'inc/parser/xhtml.php')
-rw-r--r-- | inc/parser/xhtml.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index 315b4d640..184e62fe3 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -17,9 +17,6 @@ if ( !defined('DOKU_TAB') ) { define ('DOKU_TAB',"\t"); } -require_once DOKU_INC . 'inc/parser/renderer.php'; -require_once DOKU_INC . 'inc/html.php'; - /** * The Renderer */ |