diff --git a/extra/html/parser/printer/printer.factor b/extra/html/parser/printer/printer.factor
index 979c27a3e5..5ed9ab84c1 100644
--- a/extra/html/parser/printer/printer.factor
+++ b/extra/html/parser/printer/printer.factor
@@ -1,4 +1,4 @@
-USING: assocs html.parser html.utils combinators
+USING: assocs html.parser html.parser.utils combinators
continuations hashtables
hashtables.private io kernel math
namespaces prettyprint quotations sequences splitting