aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Numbers/Cyclic/Int31
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Numbers/Cyclic/Int31')
-rw-r--r--theories/Numbers/Cyclic/Int31/Int31.v2
-rw-r--r--theories/Numbers/Cyclic/Int31/Z_31Z.v (renamed from theories/Numbers/Cyclic/Int31/Z31Z.v)2
2 files changed, 2 insertions, 2 deletions
diff --git a/theories/Numbers/Cyclic/Int31/Int31.v b/theories/Numbers/Cyclic/Int31/Int31.v
index 5cd504a34..e5b5f0d86 100644
--- a/theories/Numbers/Cyclic/Int31/Int31.v
+++ b/theories/Numbers/Cyclic/Int31/Int31.v
@@ -12,7 +12,7 @@
(* Require Import Notations.*)
Require Export ZArith.
-Require Export Basic_type.
+Require Export DoubleType.
Unset Boxed Definitions.
diff --git a/theories/Numbers/Cyclic/Int31/Z31Z.v b/theories/Numbers/Cyclic/Int31/Z_31Z.v
index 1a0046f8f..3b5944ed3 100644
--- a/theories/Numbers/Cyclic/Int31/Z31Z.v
+++ b/theories/Numbers/Cyclic/Int31/Z_31Z.v
@@ -15,7 +15,7 @@ Author: Arnaud Spiwack
*)
Require Export Int31.
-Require Import ZnZ.
+Require Import Z_nZ.
Open Scope int31_scope.