aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/ZArith/ZArith.v
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-06-28 23:30:21 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-06-28 23:30:21 +0000
commit00353bc0b970605ae092af594417a51a0cdf903f (patch)
tree24187302e7bc000e784af8e745d6da9d525f7e52 /theories/ZArith/ZArith.v
parenta0b31c88aa2bcd50524cbc48d16eb78c62da3445 (diff)
Deletion of useless Zlog_def
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14246 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/ZArith/ZArith.v')
-rw-r--r--theories/ZArith/ZArith.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/theories/ZArith/ZArith.v b/theories/ZArith/ZArith.v
index 5a927fe6b..abd735de5 100644
--- a/theories/ZArith/ZArith.v
+++ b/theories/ZArith/ZArith.v
@@ -12,8 +12,7 @@ Require Export ZArith_base.
(** Extra definitions *)
-Require Export
- Zpow_def Zlog_def Zdigits_def.
+Require Export Zpow_def Zdigits_def.
(** Extra modules using [Omega] or [Ring]. *)