aboutsummaryrefslogtreecommitdiff
path: root/theories/Init/Logic.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Init/Logic.v')
-rwxr-xr-xtheories/Init/Logic.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/theories/Init/Logic.v b/theories/Init/Logic.v
index 683058420e..680b1e20e5 100755
--- a/theories/Init/Logic.v
+++ b/theories/Init/Logic.v
@@ -12,7 +12,6 @@ Set Implicit Arguments.
V7only [Unset Implicit Arguments.].
Require Notations.
-Require Datatypes.
(** [True] is the always true proposition *)
Inductive True : Prop := I : True.