Skip to content

Commit

Permalink
fix: move require benchmark to esup-child
Browse files Browse the repository at this point in the history
  • Loading branch information
jschaf committed Nov 15, 2014
1 parent 6a4acc8 commit 474b13a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions esup-child.el
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

;;; Code:

(require 'benchmark)
(require 'eieio)

;; We don't use :accesssor for class slots because it cause a
Expand Down
1 change: 0 additions & 1 deletion esup.el
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
;; to profile each SEXP. After the profiled Emacs is complete, it
;; will exit and your Emacs will display the results.

(require 'benchmark)

;; We need `esup-result'
(require 'esup-child)
Expand Down

0 comments on commit 474b13a

Please sign in to comment.