From 095c9543e986eee90f13325e7a71782e466770f3 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 10 May 2010 20:50:28 -0400 Subject: [PATCH] cuda.utils: fix load error --- extra/cuda/cuda.factor | 4 ++-- extra/cuda/utils/utils.factor | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/cuda/cuda.factor b/extra/cuda/cuda.factor index dd3f5b8f9e..667b3726c2 100644 --- a/extra/cuda/cuda.factor +++ b/extra/cuda/cuda.factor @@ -5,8 +5,8 @@ alien.syntax arrays assocs byte-arrays classes.struct combinators continuations cuda.ffi cuda.memory cuda.utils destructors fry init io io.backend io.encodings.string io.encodings.utf8 kernel lexer locals macros math math.parser -namespaces nested-comments opengl.gl.extensions parser -prettyprint quotations sequences words cuda.libraries ; +namespaces opengl.gl.extensions parser prettyprint quotations +sequences words cuda.libraries ; QUALIFIED-WITH: alien.c-types c IN: cuda diff --git a/extra/cuda/utils/utils.factor b/extra/cuda/utils/utils.factor index 2f5b03642c..f329313ceb 100644 --- a/extra/cuda/utils/utils.factor +++ b/extra/cuda/utils/utils.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2010 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: accessors alien.c-types alien.data alien.strings arrays -assocs byte-arrays classes.struct combinators cuda.devices cuda.ffi +assocs byte-arrays classes.struct combinators cuda.ffi io io.backend io.encodings.utf8 kernel math.parser namespaces prettyprint sequences ; IN: cuda.utils