aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Lists
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Lists')
-rw-r--r--theories/Lists/List.v1
-rw-r--r--theories/Lists/SetoidList.v1
2 files changed, 0 insertions, 2 deletions
diff --git a/theories/Lists/List.v b/theories/Lists/List.v
index 7df48dca0..d1e3f90b3 100644
--- a/theories/Lists/List.v
+++ b/theories/Lists/List.v
@@ -7,7 +7,6 @@
(************************************************************************)
Require Import Le Gt Minus Bool.
-Import Plus. (* For Hints *)
Set Implicit Arguments.
diff --git a/theories/Lists/SetoidList.v b/theories/Lists/SetoidList.v
index 64f534f90..88ccdb126 100644
--- a/theories/Lists/SetoidList.v
+++ b/theories/Lists/SetoidList.v
@@ -9,7 +9,6 @@
Require Export List.
Require Export Sorting.
Require Export Setoid Basics Morphisms.
-Import Morphisms_Prop. (* For Hints *)
Set Implicit Arguments.
Unset Strict Implicit.