remove circular using

db4
Doug Coleman 2009-02-10 20:49:10 -06:00
parent 84008495f0
commit 610c43a3c3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2009 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors kernel grouping fry sequences combinators
images.bitmap math ;
math ;
IN: images.backend
SINGLETONS: BGR RGB BGRA RGBA ABGR ARGB RGBX XRGB BGRX XBGR ;