List of full pathnames of all books currently included (directly or indirectly).
(included-books wrld) → result
Function:
(defun included-books (wrld) (declare (xargs :guard (plist-worldp wrld))) (let ((__function__ 'included-books)) (declare (ignorable __function__)) (book-name-lst-to-filename-lst (strip-cars (global-val 'include-book-alist wrld)) (project-dir-alist wrld) 'included-books)))