comparison 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
comparison
equal deleted inserted replaced
23661:21b2816820cf 23662:bd77ab816e43
21 */ 21 */
22 22
23 #if defined (HAVE_CONFIG_H) 23 #if defined (HAVE_CONFIG_H)
24 # include "config.h" 24 # include "config.h"
25 #endif 25 #endif
26
27 #include <cmath>
26 28
27 #include <iomanip> 29 #include <iomanip>
28 #include <iostream> 30 #include <iostream>
29 #include <limits> 31 #include <limits>
30 #include <list> 32 #include <list>
35 #include "CMatrix.h" 37 #include "CMatrix.h"
36 #include "Range.h" 38 #include "Range.h"
37 #include "cmd-edit.h" 39 #include "cmd-edit.h"
38 #include "dMatrix.h" 40 #include "dMatrix.h"
39 #include "lo-mappers.h" 41 #include "lo-mappers.h"
40 #include "lo-math.h"
41 #include "mach-info.h" 42 #include "mach-info.h"
42 #include "oct-cmplx.h" 43 #include "oct-cmplx.h"
43 #include "quit.h" 44 #include "quit.h"
44 45
45 #include "Cell.h" 46 #include "Cell.h"