X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fdbf%2Fdbf.factor;h=a0455fa2e55daf8fd30c1e845e247989e64a6b0e;hp=3d61947c7e14937cf66fc076164648931ed769f5;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/dbf/dbf.factor b/extra/dbf/dbf.factor index 3d61947c7e..a0455fa2e5 100644 --- a/extra/dbf/dbf.factor +++ b/extra/dbf/dbf.factor @@ -1,12 +1,11 @@ ! Copyright (C) 2018 John Benediktsson ! See http://factorcode.org/license.txt for BSD license -USING: accessors alien.c-types alien.endian alien.strings assocs -calendar calendar.parser classes.struct combinators endian fry -io io.encodings.8-bit io.encodings.ascii -io.encodings.binary io.encodings.string io.files -io.streams.byte-array kernel math math.parser namespaces -sequences splitting strings ; +USING: accessors alien.c-types alien.endian assocs calendar +calendar.parser classes.struct combinators endian io +io.encodings.8-bit io.encodings.ascii io.encodings.binary +io.encodings.string io.files io.streams.byte-array kernel math +math.parser namespaces sequences ; IN: dbf