From 7e88ead665b6c7f321765251718b5e7d75571da7 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Wed, 28 Oct 2009 19:28:16 -0500 Subject: [PATCH] fix build errors --- basis/cpu/x86/64/winnt/bootstrap.factor | 2 +- basis/opengl/debug/debug.factor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/cpu/x86/64/winnt/bootstrap.factor b/basis/cpu/x86/64/winnt/bootstrap.factor index a9ce6cd324..2e3944fcaf 100644 --- a/basis/cpu/x86/64/winnt/bootstrap.factor +++ b/basis/cpu/x86/64/winnt/bootstrap.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2008 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: bootstrap.image.private kernel namespaces system -layouts vocabs sequences cpu.x86.assembler parser +layouts vocabs parser sequences cpu.x86.assembler parser cpu.x86.assembler.operands ; IN: bootstrap.x86 diff --git a/basis/opengl/debug/debug.factor b/basis/opengl/debug/debug.factor index cd0985b1b0..0662a9c08a 100644 --- a/basis/opengl/debug/debug.factor +++ b/basis/opengl/debug/debug.factor @@ -1,5 +1,5 @@ ! (c)2009 Joe Groff bsd license -USING: accessors kernel namespaces parser tools.continuations +USING: accessors kernel namespaces parser sequences tools.continuations ui.backend ui.gadgets.worlds words ; IN: opengl.debug