aboutsummaryrefslogtreecommitdiff
path: root/Git/Construct.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-02 20:26:00 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-02 20:26:00 -0400
commitc3cb01cec2fa582c65046594c2d8179eb2404c9d (patch)
treeb02cf4c091f1e90d14374093a9abc5d9c15bf059 /Git/Construct.hs
parent18e8d52877915df42debab13d4c4031c85c498f3 (diff)
fix windows build
Diffstat (limited to 'Git/Construct.hs')
-rw-r--r--Git/Construct.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Git/Construct.hs b/Git/Construct.hs
index 377ddeeae..6514b80bc 100644
--- a/Git/Construct.hs
+++ b/Git/Construct.hs
@@ -25,8 +25,6 @@ module Git.Construct (
#ifndef mingw32_HOST_OS
import System.Posix.User
-#else
-import Git.FilePath
#endif
import qualified Data.Map as M hiding (map, split)
import Network.URI