From: Christopher Allan Webber Date: Tue, 3 May 2016 20:06:10 +0000 (-0500) Subject: bad import made circular refs X-Git-Tag: fosdem-2017~190 X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=commitdiff_plain;h=a91cab366a655c3162fb516b7b1242d60f0e2d2a bad import made circular refs --- diff --git a/mudsync/game-master.scm b/mudsync/game-master.scm index 0abadb3..0daebc9 100644 --- a/mudsync/game-master.scm +++ b/mudsync/game-master.scm @@ -17,7 +17,6 @@ ;;; along with Mudsync. If not, see . (define-module (mudsync game-master) - #:use-module (mudsync room) #:use-module (mudsync networking) #:use-module (8sync systems actors) #:use-module (8sync agenda)