diff options
Diffstat (limited to 'theories/Lists/List.v')
-rw-r--r-- | theories/Lists/List.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Lists/List.v b/theories/Lists/List.v index d0bf5bee9..d9f5d10a1 100644 --- a/theories/Lists/List.v +++ b/theories/Lists/List.v @@ -9,7 +9,7 @@ (*i $Id$ i*) Require Import Le Gt Minus Min Bool. -Require Import Setoid. +Require Import Coq.Setoids.Setoid. Set Implicit Arguments. |