From: Joey Hess Date: Tue, 10 Nov 2015 17:42:39 +0000 (-0400) Subject: fix build warning when built w/o concurrent-output X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~324^2~64 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8a352c3378cd599f996c671de69935ed0e9d4d59;p=git-annex.git fix build warning when built w/o concurrent-output --- diff --git a/Messages/Concurrent.hs b/Messages/Concurrent.hs index e4bc647b97..a4710e3106 100644 --- a/Messages/Concurrent.hs +++ b/Messages/Concurrent.hs @@ -11,11 +11,11 @@ module Messages.Concurrent where -import Common import Annex -import Types.Messages #ifdef WITH_CONCURRENTOUTPUT +import Common +import Types.Messages import qualified System.Console.Concurrent as Console import qualified System.Console.Regions as Regions import Control.Concurrent.STM