Skip to content

Commit

Permalink
Move require
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Jul 29, 2024
1 parent 9387d67 commit 777b12a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/diagnostics.lisp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
(in-package #:sbcl-librarian)

(require :sb-sprof)

(defun memory-report ()
(format t "~&output of (ROOM NIL):~%")
(room nil)
Expand Down
2 changes: 2 additions & 0 deletions src/package.lisp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
;;;; package.lisp

(require :sb-sprof)

(defpackage #:sbcl-librarian
(:use #:cl)
(:export #:define-handle-type
Expand Down

0 comments on commit 777b12a

Please sign in to comment.