summaryrefslogtreecommitdiff
path: root/AnnexCommon.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-10-04 00:40:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-10-04 00:59:08 -0400
commitcfe21e85e7fba61ac588e210f2a9b75f8d081f42 (patch)
tree3237aa5460cb38254a44a6462c83db3c2276c229 /AnnexCommon.hs
parentff21fd4a652cc6516d0e06ab885adf1c93eddced (diff)
rename
Diffstat (limited to 'AnnexCommon.hs')
-rw-r--r--AnnexCommon.hs13
1 files changed, 0 insertions, 13 deletions
diff --git a/AnnexCommon.hs b/AnnexCommon.hs
deleted file mode 100644
index bcdc5e264..000000000
--- a/AnnexCommon.hs
+++ /dev/null
@@ -1,13 +0,0 @@
-module AnnexCommon (
- module Common,
- module Types,
- module Annex,
- module Locations,
- module Messages,
-) where
-
-import Common
-import Types
-import Annex (gitRepo)
-import Locations
-import Messages