diff libinterp/corefcn/pr-output.cc @ 23662:bd77ab816e43

eliminate obsolete file lo-math.h * lo-math.h: Delete. * liboctave/util/module.mk: Update. * configure.ac: Delete check for obsolete file sunmath.h. * mk-opts.pl: Emit #include <cmath>, not #include "lo-math.h". Change all uses to include <cmath> instead of "lo-math.h".
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jun 2017 18:26:15 -0400
parents 6ed4d6e306ba
children f71c0195b19d
line wrap: on
line diff
--- a/libinterp/corefcn/pr-output.cc	Tue Jun 20 14:13:58 2017 -0400
+++ b/libinterp/corefcn/pr-output.cc	Tue Jun 20 18:26:15 2017 -0400
@@ -24,6 +24,8 @@
 #  include "config.h"
 #endif
 
+#include <cmath>
+
 #include <iomanip>
 #include <iostream>
 #include <limits>
@@ -37,7 +39,6 @@
 #include "cmd-edit.h"
 #include "dMatrix.h"
 #include "lo-mappers.h"
-#include "lo-math.h"
 #include "mach-info.h"
 #include "oct-cmplx.h"
 #include "quit.h"