diff --git a/wicked/lib/Page.php b/wicked/lib/Page.php index cabff22b7ca..06639db1998 100644 --- a/wicked/lib/Page.php +++ b/wicked/lib/Page.php @@ -476,7 +476,6 @@ public function getProcessor($output_format = 'Xhtml') break; case 'Rst': - require_once __DIR__ . '/Text_Wiki/Render/Rst.php'; $this->_proc->insertRule('Table2', 'Table'); $this->_proc->deleteRule('Table'); $this->_proc->setRenderConf('Rst', 'Wikilink', $this->_getLinkConf(true));