]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/com/prettyprint/prettyprint.factor
basis/extra: removing unnecessary IN: statements.
[factor.git] / basis / windows / com / prettyprint / prettyprint.factor
index ef79a586005fac7e75150c1ccb3e1bf569aa3821..e95e1f195c8aceed5dfe7b2f387f91126fe2b752 100644 (file)
@@ -2,6 +2,5 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: windows.kernel32 windows.ole32 prettyprint.custom
 prettyprint.sections sequences ;
-IN: windows.com.prettyprint
 
 M: GUID pprint* guid>string "GUID: " prepend text ;