diff options
Diffstat (limited to 'theories/Sets/Image.v')
-rw-r--r-- | theories/Sets/Image.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Sets/Image.v b/theories/Sets/Image.v index b5ca19a8..6cf4d250 100644 --- a/theories/Sets/Image.v +++ b/theories/Sets/Image.v @@ -1,6 +1,6 @@ (************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) -(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2014 *) +(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2015 *) (* \VV/ **************************************************************) (* // * This file is distributed under the terms of the *) (* * GNU Lesser General Public License Version 2.1 *) @@ -26,7 +26,7 @@ Require Export Finite_sets. Require Export Constructive_sets. -Require Export Classical_Type. +Require Export Classical. Require Export Classical_sets. Require Export Powerset. Require Export Powerset_facts. |