diff libinterp/corefcn/pr-output.cc @ 23455:73ff72d3d603

maint: Eliminate <cfloat.h> header from libinterp files * __contourc__.cc, __qp__.cc, data.cc, graphics.cc, load-save.cc, ls-hdf5.cc, ls-mat-ascii.cc, ls-mat4.cc, ls-mat5.cc, ls-oct-binary.cc, ls-oct-text.h, mappers.cc, mex.cc, pr-output.cc, sysdep.cc, variables.h, xnorm.cc, __glpk__.cc: Remove "#include <cfloat>". Add "#include <limits>" if necessary. Remove redundant #includes. Alphabetize #includes.
author Rik <rik@octave.org>
date Fri, 28 Apr 2017 11:38:39 -0700
parents 855122b993da
children 21baad6b35c4
line wrap: on
line diff
--- a/libinterp/corefcn/pr-output.cc	Fri Apr 28 13:52:02 2017 -0400
+++ b/libinterp/corefcn/pr-output.cc	Fri Apr 28 11:38:39 2017 -0700
@@ -24,12 +24,10 @@
 #  include "config.h"
 #endif
 
-#include <cfloat>
-#include <cstdio>
-#include <cstring>
-
 #include <iomanip>
 #include <iostream>
+#include <limits>
+#include <list>
 #include <sstream>
 #include <string>
 
@@ -43,7 +41,6 @@
 #include "mach-info.h"
 #include "oct-cmplx.h"
 #include "quit.h"
-#include "str-vec.h"
 
 #include "Cell.h"
 #include "defun.h"