From b20df0e877d22c8631613f79495fd152bdee01e6 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 21 Feb 2014 23:03:46 -0800 Subject: [PATCH] update --- decode/fast.rkt | 2 +- decode/typography-fast.rkt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/decode/fast.rkt b/decode/fast.rkt index 682d565..b910bc2 100644 --- a/decode/fast.rkt +++ b/decode/fast.rkt @@ -1,6 +1,6 @@ #lang racket/base (require racket/match xml) -(require "../tools.rkt" "../predicates.rkt" txexpr/fast "typography-fast.rkt") +(require "../tools.rkt" "../predicates.rkt" txexpr "typography-fast.rkt") (provide (all-defined-out) (all-from-out "typography-fast.rkt")) diff --git a/decode/typography-fast.rkt b/decode/typography-fast.rkt index 563238e..3b9a9b7 100644 --- a/decode/typography-fast.rkt +++ b/decode/typography-fast.rkt @@ -1,6 +1,6 @@ #lang racket/base (require racket/match) -(require "../tools.rkt" "../predicates.rkt" sugar txexpr/fast) +(require "../tools.rkt" "../predicates.rkt" sugar txexpr) (provide (all-defined-out))