prune imports
This commit is contained in:
parent
cc0a576ab0
commit
73a5245502
1 changed files with 0 additions and 23 deletions
|
@ -15,29 +15,6 @@ module Annex.View.ViewedFile (
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Common.Annex
|
import Common.Annex
|
||||||
import Types.View
|
|
||||||
import Types.MetaData
|
|
||||||
import qualified Git
|
|
||||||
import qualified Git.DiffTree as DiffTree
|
|
||||||
import qualified Git.Branch
|
|
||||||
import qualified Git.LsFiles
|
|
||||||
import qualified Git.Ref
|
|
||||||
import Git.UpdateIndex
|
|
||||||
import Git.Sha
|
|
||||||
import Git.HashObject
|
|
||||||
import Git.Types
|
|
||||||
import Git.FilePath
|
|
||||||
import qualified Backend
|
|
||||||
import Annex.Index
|
|
||||||
import Annex.Link
|
|
||||||
import Annex.CatFile
|
|
||||||
import Logs.MetaData
|
|
||||||
import Logs.View
|
|
||||||
import Utility.Glob
|
|
||||||
import Utility.FileMode
|
|
||||||
import Types.Command
|
|
||||||
import Config
|
|
||||||
import CmdLine.Action
|
|
||||||
|
|
||||||
type FileName = String
|
type FileName = String
|
||||||
type ViewedFile = FileName
|
type ViewedFile = FileName
|
||||||
|
|
Loading…
Add table
Reference in a new issue