aboutsummaryrefslogtreecommitdiff
path: root/theories/Strings/ByteVector.v
diff options
context:
space:
mode:
authorHugo Herbelin2018-11-05 18:37:40 +0100
committerHugo Herbelin2018-11-05 18:37:40 +0100
commit56a654cc248b2be6e85b7f8f8f88efe289c704d5 (patch)
tree14c7cbb827934c9ca6bbcff1c53d06758dfebbc5 /theories/Strings/ByteVector.v
parent649b611b1b0e76a599637266e89538c9f2e6776c (diff)
parentfb56c4eb9cb4afe4365c05e0cc6ba2643064ee6b (diff)
Merge PR #8815: NArith: add lemmas about numbers and vectors
Diffstat (limited to 'theories/Strings/ByteVector.v')
-rw-r--r--theories/Strings/ByteVector.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Strings/ByteVector.v b/theories/Strings/ByteVector.v
index 16f26002d2..3588aaca3f 100644
--- a/theories/Strings/ByteVector.v
+++ b/theories/Strings/ByteVector.v
@@ -8,7 +8,7 @@
(* * (see LICENSE file for the text of the license) *)
(************************************************************************)
-Require Import Ascii Basics Bvector Psatz String Vector.
+Require Import Ascii Basics Bvector String Vector.
Export VectorNotations.
Open Scope program_scope.
Open Scope string_scope.