aboutsummaryrefslogtreecommitdiff
path: root/interp
diff options
context:
space:
mode:
authorletouzey2012-05-29 11:09:35 +0000
committerletouzey2012-05-29 11:09:35 +0000
commit5105781ae0c92dd1dc83ca209c0312725065e96d (patch)
tree45bdf99ea830c4158a0c533a4a385c98cb34a4c1 /interp
parent929d25a05585dd702739b6979e3822bfa6cdbadb (diff)
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
Diffstat (limited to 'interp')
-rw-r--r--interp/constrexpr_ops.mli1
-rw-r--r--interp/coqlib.mli1
-rw-r--r--interp/notation.mli2
-rw-r--r--interp/notation_ops.mli1
-rw-r--r--interp/syntax_def.mli2
-rw-r--r--interp/topconstr.mli1
6 files changed, 0 insertions, 8 deletions
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