aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Sorting/Heap.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Sorting/Heap.v')
-rw-r--r--theories/Sorting/Heap.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Sorting/Heap.v b/theories/Sorting/Heap.v
index b75aee610..2d639d096 100644
--- a/theories/Sorting/Heap.v
+++ b/theories/Sorting/Heap.v
@@ -12,7 +12,7 @@
(* G. Huet 1-9-95 uses Multiset *)
-Require Import List Multiset Permutation Coq.Relations.Relations Sorting.
+Require Import List Multiset Permutation Relations Sorting.
Section defs.