summaryrefslogtreecommitdiff
path: root/Annex/Common.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex/Common.hs')
-rw-r--r--Annex/Common.hs13
1 files changed, 0 insertions, 13 deletions
diff --git a/Annex/Common.hs b/Annex/Common.hs
deleted file mode 100644
index ca7b1bff7..000000000
--- a/Annex/Common.hs
+++ /dev/null
@@ -1,13 +0,0 @@
-module Annex.Common (
- module Common,
- module Types,
- module Annex,
- module Locations,
- module Messages,
-) where
-
-import Common
-import Types
-import Annex (gitRepo)
-import Locations
-import Messages