diff --git a/extra/reddit/reddit.factor b/extra/reddit/reddit.factor index ee6d44cbd2..20f607081c 100644 --- a/extra/reddit/reddit.factor +++ b/extra/reddit/reddit.factor @@ -1,53 +1,19 @@ ! Copyright (C) 2011-2012 John Benediktsson ! See http://factorcode.org/license.txt for BSD license -USING: accessors assocs calendar classes.tuple colors.constants -colors.hex combinators formatting http.client io io.styles json -json.reader kernel make math math.statistics sequences urls -namespaces fry ; +USING: accessors assocs calendar colors.constants colors.hex +combinators formatting fry http.client io io.styles json +json.reader kernel make math math.statistics sequences urls ; IN: reddit