diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/cc/ccalgo.mli | 1 | ||||
| -rw-r--r-- | plugins/extraction/miniml.mli | 2 | ||||
| -rw-r--r-- | plugins/extraction/mlutil.mli | 2 | ||||
| -rw-r--r-- | plugins/firstorder/sequent.mli | 2 | ||||
| -rw-r--r-- | plugins/funind/indfun.mli | 2 |
5 files changed, 0 insertions, 9 deletions
diff --git a/plugins/cc/ccalgo.mli b/plugins/cc/ccalgo.mli index d530495f88..78dbee3fe8 100644 --- a/plugins/cc/ccalgo.mli +++ b/plugins/cc/ccalgo.mli @@ -6,7 +6,6 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -open Errors open Util open Term open Names diff --git a/plugins/extraction/miniml.mli b/plugins/extraction/miniml.mli index f96447c156..b733ac50f3 100644 --- a/plugins/extraction/miniml.mli +++ b/plugins/extraction/miniml.mli @@ -9,8 +9,6 @@ (*s Target language for extraction: a core ML called MiniML. *) open Pp -open Errors -open Util open Names open Globnames diff --git a/plugins/extraction/mlutil.mli b/plugins/extraction/mlutil.mli index 30f1df45dd..fadceabb2a 100644 --- a/plugins/extraction/mlutil.mli +++ b/plugins/extraction/mlutil.mli @@ -6,8 +6,6 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -open Errors -open Util open Names open Term open Globnames diff --git a/plugins/firstorder/sequent.mli b/plugins/firstorder/sequent.mli index 8a2406e364..9f13e54cf0 100644 --- a/plugins/firstorder/sequent.mli +++ b/plugins/firstorder/sequent.mli @@ -7,8 +7,6 @@ (************************************************************************) open Term -open Errors -open Util open Formula open Tacmach open Names diff --git a/plugins/funind/indfun.mli b/plugins/funind/indfun.mli index 654d42ee16..bb3071782e 100644 --- a/plugins/funind/indfun.mli +++ b/plugins/funind/indfun.mli @@ -1,5 +1,3 @@ -open Errors -open Util open Names open Term open Pp |
