aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/nsatz/polynom.ml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/nsatz/polynom.ml')
-rw-r--r--plugins/nsatz/polynom.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/nsatz/polynom.ml b/plugins/nsatz/polynom.ml
index 071df5cf7..a610c8461 100644
--- a/plugins/nsatz/polynom.ml
+++ b/plugins/nsatz/polynom.ml
@@ -7,9 +7,8 @@
(************************************************************************)
(* Recursive polynomials: R[x1]...[xn]. *)
-open Utile
-open Errors
open Util
+open Utile
(* 1. Coefficients: R *)