diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-12-27 16:29:29 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-12-27 16:29:29 -0400 |
commit | a1c0d5a346aebf4a6f24ca28b98934283f6b9ec6 (patch) | |
tree | d442390aaace216c7414ff28554a09fe17639cd8 /Assistant | |
parent | 60aca47a1a87e50a779a39115c142c5acbc0207d (diff) |
clean up some imports
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Threads/Merger.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Assistant/Threads/Merger.hs b/Assistant/Threads/Merger.hs index 4da8795f9..0bb37e664 100644 --- a/Assistant/Threads/Merger.hs +++ b/Assistant/Threads/Merger.hs @@ -10,9 +10,6 @@ module Assistant.Threads.Merger where import Assistant.Common import Assistant.TransferQueue import Assistant.BranchChange -import Assistant.Sync -import Assistant.DaemonStatus -import Assistant.ScanRemotes import Utility.DirWatcher import Utility.DirWatcher.Types import qualified Annex.Branch |