summaryrefslogtreecommitdiff
path: root/lisp/ob-plantuml.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ob-plantuml.el')
-rw-r--r--lisp/ob-plantuml.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/ob-plantuml.el b/lisp/ob-plantuml.el
index 37d8b7d..c17d444 100644
--- a/lisp/ob-plantuml.el
+++ b/lisp/ob-plantuml.el
@@ -1,6 +1,6 @@
;;; ob-plantuml.el --- org-babel functions for plantuml evaluation
-;; Copyright (C) 2010-2012 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2013 Free Software Foundation, Inc.
;; Author: Zhang Weize
;; Keywords: literate programming, reproducible research
@@ -35,7 +35,6 @@
;;; Code:
(require 'ob)
-(require 'ob-eval)
(defvar org-babel-default-header-args:plantuml
'((:results . "file") (:exports . "results"))