]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-dot.el
Update copyright year to 2015
[gnu-emacs] / lisp / org / ob-dot.el
index b5e78802b2d2c54b302bed642daf6f808d3d0950..21a40b34f4999cf0bf7f6f7681263cd78d59f0b2 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ob-dot.el --- org-babel functions for dot evaluation
 
-;; Copyright (C) 2009-2013 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
@@ -39,7 +39,6 @@
 
 ;;; Code:
 (require 'ob)
-(require 'ob-eval)
 
 (defvar org-babel-default-header-args:dot
   '((:results . "file") (:exports . "results"))