From 5fe49b13bfbeba4628f72b3c40ef9ddf26f85000 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 22 Feb 2010 13:16:46 +1300 Subject: [PATCH] windows.com.prettyprint: remove circular dependency on windows.com --- basis/windows/com/prettyprint/prettyprint.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/windows/com/prettyprint/prettyprint.factor b/basis/windows/com/prettyprint/prettyprint.factor index c75f43f560..ef79a58600 100644 --- a/basis/windows/com/prettyprint/prettyprint.factor +++ b/basis/windows/com/prettyprint/prettyprint.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2009 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -USING: windows.com windows.kernel32 windows.ole32 -prettyprint.custom prettyprint.sections sequences ; +USING: windows.kernel32 windows.ole32 prettyprint.custom +prettyprint.sections sequences ; IN: windows.com.prettyprint M: GUID pprint* guid>string "GUID: " prepend text ;