diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-10-19 13:21:26 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-10-19 13:21:26 +0000 |
commit | b2f8c34af642840ea80f14986cac285af1900767 (patch) | |
tree | c4a5dda574b3561a35eebbeb65cc809c12f40a5e /theories | |
parent | c054cff9fe279c9a0ca45d34b0032692eb676e39 (diff) |
Merge SetoidList2 into SetoidList: forgotten reference to the removed file
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12401 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories')
-rw-r--r-- | theories/Structures/DecidableType2.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Structures/DecidableType2.v b/theories/Structures/DecidableType2.v index 0b3ebfa29..c6d16a6c5 100644 --- a/theories/Structures/DecidableType2.v +++ b/theories/Structures/DecidableType2.v @@ -8,7 +8,7 @@ (* $Id$ *) -Require Export SetoidList2. +Require Export SetoidList. Set Implicit Arguments. Unset Strict Implicit. |