aboutsummaryrefslogtreecommitdiff
path: root/theories/Program/Program.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Program/Program.v')
-rw-r--r--theories/Program/Program.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Program/Program.v b/theories/Program/Program.v
index 4dc50694fa..39c5b77341 100644
--- a/theories/Program/Program.v
+++ b/theories/Program/Program.v
@@ -1,3 +1,3 @@
Require Export Coq.Program.Utils.
-Require Export Coq.Program.FixSub.
-Require Export Coq.Program.Heq. \ No newline at end of file
+Require Export Coq.Program.Wf.
+Require Export Coq.Program.Equality.