summaryrefslogtreecommitdiff
path: root/Assistant.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-20 11:27:47 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-20 11:27:47 -0400
commit33a8c718c65db66ff964cdea86f13d657aaaf94c (patch)
treebbbbf785d58ddf85b1b3e1ac0eae156dde3a1002 /Assistant.hs
parentd307205713f09ce9737e6bca3ad05773733e1f25 (diff)
unused import on windows
Diffstat (limited to 'Assistant.hs')
-rw-r--r--Assistant.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Assistant.hs b/Assistant.hs
index fb04f5110..265827a77 100644
--- a/Assistant.hs
+++ b/Assistant.hs
@@ -57,7 +57,6 @@ import Utility.LogFile
#ifdef mingw32_HOST_OS
import Utility.Env
import Annex.Path
-import Config.Files
import System.Environment (getArgs)
#endif