]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-sass.el
Update copyright year to 2015
[gnu-emacs] / lisp / org / ob-sass.el
index 162113ea5a8b612501c562ddf9e15287e8828c59..a39248d78c7a1fb8bb1fa89eb23252bc595be6b5 100644 (file)
@@ -1,11 +1,10 @@
 ;;; 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
 ;; Homepage: http://orgmode.org
-;; Version: 7.7
 
 ;; This file is part of GNU Emacs.
 
@@ -40,7 +39,6 @@
 
 ;;; Code:
 (require 'ob)
-(require 'ob-eval)
 
 (defvar org-babel-default-header-args:sass '())