summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-20 18:01:27 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-20 18:01:27 -0400
commit18c389f029100faca9e23b1c3a2ff710d4d85761 (patch)
tree17bb89c79004eea270d25acf500c8c26f41c22b2
parent6c1cd03f5d74ef7b96aaad085311b40d42ae6487 (diff)
fix warning
-rw-r--r--Git/Construct.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Git/Construct.hs b/Git/Construct.hs
index 54eb84e22..5b2ec6f12 100644
--- a/Git/Construct.hs
+++ b/Git/Construct.hs
@@ -34,7 +34,6 @@ import Network.URI
import Common
import Git.Types
import Git
-import Git.FilePath
import qualified Git.Url as Url
import Utility.UserInfo