From f8740674011d360efd729c298cc7ab4c9b72c5dc Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 30 Jun 2008 13:05:45 -0400 Subject: move markdown require to common darcs-hash:20080630170545-84dde-7bd95c43f3943e9cc5bf9ec6f57da0ff12204601.gz --- actions/doc.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'actions') diff --git a/actions/doc.php b/actions/doc.php index 6c88c4200..728bf24b1 100644 --- a/actions/doc.php +++ b/actions/doc.php @@ -19,8 +19,6 @@ if (!defined('LACONICA')) { exit(1); } -require_once('markdown.php'); - class DocAction extends Action { function handle($args) { -- cgit v1.2.3-54-g00ecf