Changeset 16 for branches


Ignore:
Timestamp:
12/28/06 00:37:50 (18 years ago)
Author:
psmith
Message:

more tidy

Location:
branches/home/psmith/restructure/src
Files:
1 added
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/home/psmith/restructure/src/io/nio.asd

    r15 r16  
    55(defsystem :nio
    66
    7     :components ((:file "src/nio")
    8                  (:file "src/fd-helper" :depends-on ("src/nio"))
    9                  (:file "src/async-fd" :depends-on ("src/nio" "src/fd-helper"))
    10                  (:file "src/http-state-machine" :depends-on ("src/async-fd"))
    11                  (:file "src/async-socket" :depends-on ("src/async-fd"))
     7    :components ((:file "nio")
     8                 (:file "fd-helper" :depends-on ("nio"))
     9                 (:file "async-fd" :depends-on ("nio" "fd-helper"))
     10                 (:file "async-socket" :depends-on ("async-fd"))
    1211                 )
    1312
    14     :depends-on (:cffi :event-notification :nio-buffer :http-protocol))
     13    :depends-on (:cffi :event-notification :nio-buffer))
    1514
  • TabularUnified branches/home/psmith/restructure/src/io/nio.lisp

    r15 r16  
    2525THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2626|#
    27 (defpackage :nio (:use :cl :cffi :event-notification :nio-buffer :packets)
     27(defpackage :nio (:use :cl :cffi :event-notification :nio-buffer)
    2828           
    2929            (:export
Note: See TracChangeset for help on using the changeset viewer.