summaryrefslogtreecommitdiff
path: root/Git/RefLog.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Git/RefLog.hs')
-rw-r--r--Git/RefLog.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Git/RefLog.hs b/Git/RefLog.hs
index 7502f14b3..3f41e8eaa 100644
--- a/Git/RefLog.hs
+++ b/Git/RefLog.hs
@@ -11,7 +11,6 @@ import Common
import Git
import Git.Command
import Git.Sha
-import Git.CatFile
{- Gets the reflog for a given branch. -}
get :: Branch -> Repo -> IO [Sha]