I have two modules mutually dependent, that means, module actor need module queue which needs module actor. It all went fine with older compilers, but with DMD1.0 I get "Error: circular initialization dependency with module actor" when I try to run the program. How can I fix this?