diff libinterp/corefcn/max.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 b7747a2c88b2
children 8bba52bd04d2
line wrap: on
line diff
--- a/libinterp/corefcn/max.cc	Tue Jun 20 14:13:58 2017 -0400
+++ b/libinterp/corefcn/max.cc	Tue Jun 20 18:26:15 2017 -0400
@@ -25,9 +25,10 @@
 #  include "config.h"
 #endif
 
+#include <cmath>
+
 #include "lo-ieee.h"
 #include "lo-mappers.h"
-#include "lo-math.h"
 #include "dNDArray.h"
 #include "CNDArray.h"
 #include "quit.h"