Are you sure you should be using "include"? Is there a reason why you're using "include", and not "require"?
If you take advantage of Racket's module system, it should prevent you from creating import cycles. Have you looked at: http://docs.racket-lang.org/guide/modules.html yet? ____________________ Racket Users list: http://lists.racket-lang.org/users