]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-sass.el
Update copyright year to 2015
[gnu-emacs] / lisp / org / ob-sass.el
index c96061043110b2aa39e0ab1901ba8269dab7eaf3..a39248d78c7a1fb8bb1fa89eb23252bc595be6b5 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ob-sass.el --- org-babel functions for the sass css generation language
 
-;; Copyright (C) 2009-201 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:sass '())