From 5105781ae0c92dd1dc83ca209c0312725065e96d Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 29 May 2012 11:09:35 +0000 Subject: remove many excessive open Util & Errors in mli's git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15392 85f007b7-540e-0410-9357-904b9bb8a0f7 --- interp/constrexpr_ops.mli | 1 - interp/coqlib.mli | 1 - interp/notation.mli | 2 -- interp/notation_ops.mli | 1 - interp/syntax_def.mli | 2 -- interp/topconstr.mli | 1 - 6 files changed, 8 deletions(-) (limited to 'interp') diff --git a/interp/constrexpr_ops.mli b/interp/constrexpr_ops.mli index 868d53f33f..1613206267 100644 --- a/interp/constrexpr_ops.mli +++ b/interp/constrexpr_ops.mli @@ -7,7 +7,6 @@ (************************************************************************) open Pp -open Util open Names open Libnames open Misctypes diff --git a/interp/coqlib.mli b/interp/coqlib.mli index a77b1060ca..8146c47157 100644 --- a/interp/coqlib.mli +++ b/interp/coqlib.mli @@ -12,7 +12,6 @@ open Globnames open Nametab open Term open Pattern -open Errors open Util (** This module collects the global references, constructions and diff --git a/interp/notation.mli b/interp/notation.mli index 668d827f5b..7629d86e75 100644 --- a/interp/notation.mli +++ b/interp/notation.mli @@ -6,8 +6,6 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -open Errors -open Util open Pp open Bigint open Names diff --git a/interp/notation_ops.mli b/interp/notation_ops.mli index 9dfc656a0c..dee1203b3f 100644 --- a/interp/notation_ops.mli +++ b/interp/notation_ops.mli @@ -6,7 +6,6 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -open Util open Names open Notation_term open Misctypes diff --git a/interp/syntax_def.mli b/interp/syntax_def.mli index f0a45389a9..d977a728d9 100644 --- a/interp/syntax_def.mli +++ b/interp/syntax_def.mli @@ -6,8 +6,6 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -open Errors -open Util open Names open Notation_term open Glob_term diff --git a/interp/topconstr.mli b/interp/topconstr.mli index 482d409ba9..bd9e776c9e 100644 --- a/interp/topconstr.mli +++ b/interp/topconstr.mli @@ -7,7 +7,6 @@ (************************************************************************) open Pp -open Errors open Names open Libnames open Glob_term -- cgit v1.2.3