diff options
| -rwxr-xr-x | theories/Logic/Classical.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Logic/Classical.v b/theories/Logic/Classical.v index f7091b1e62..324005cafa 100755 --- a/theories/Logic/Classical.v +++ b/theories/Logic/Classical.v @@ -11,4 +11,4 @@ (** Classical Logic *) Require Export Classical_Prop. -Require Export Classical_Pred_Set. +Require Export Classical_Pred_Type. |
