X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fhttp2%2Fhpack%2Fhpack.factor;h=b5c87fd8890a248ef36029a9ef2dea186afb09ef;hp=5fbfad5e61e358c7646963343c68df027023632d;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/http2/hpack/hpack.factor b/extra/http2/hpack/hpack.factor index 5fbfad5e61..b5c87fd889 100644 --- a/extra/http2/hpack/hpack.factor +++ b/extra/http2/hpack/hpack.factor @@ -1,6 +1,6 @@ -USING: accessors arrays byte-arrays byte-vectors combinators fry -http2.hpack.huffman io.encodings.string io.encodings.utf8 locals -kernel math math.functions math.bitwise multiline sequences ; +USING: accessors arrays byte-arrays byte-vectors combinators +http2.hpack.huffman io.encodings.string io.encodings.utf8 kernel +math math.bitwise multiline sequences ; IN: http2.hpack