From a91cab366a655c3162fb516b7b1242d60f0e2d2a Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 3 May 2016 15:06:10 -0500 Subject: [PATCH] bad import made circular refs --- mudsync/game-master.scm | 1 - 1 file changed, 1 deletion(-) 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) -- 2.31.1