diff liboctave/array/fNDArray.cc @ 34642:954358d9ce6f

maint: Rename "lo-mappers.[h|cc]" to "mappers.[h|cc]" Add new files with old name that issue cpp warning during compilation if used that points to new files. Update .cc files to use new names and sort #includes. * mappers.cc, mappers.h: New files in Mercurial without "lo-" prefix. * liboctave/numeric/module.mk: Add new files names to build system. * lo-mappers.h: Old file is now shell with #warning for compilation and #include of relevant header file. * lo-mappers.cc: Deleted. * make_int.cc, bsxfun.cc, cellfun.cc, colloc.cc, dasrt.cc, fft.cc, fft2.cc, fftn.cc, gcd.cc, gl-render.cc, gl2ps-print.cc, load-save.cc, ls-hdf5.cc, ls-mat-ascii.cc, ls-mat4.cc, ls-mat5.cc, ls-oct-binary.cc, ls-oct-text.cc, lsode.cc, mappers.cc, max.cc, oct-hist.cc, oct-procbuf.cc, oct-stream.cc, pr-output.cc, quad.cc, rand.cc, sqrtm.cc, sysdep.cc, url-handle-manager.h, utils.cc, ov-base-scalar.h, ov-base.cc, ov-class.cc, ov-complex.cc, ov-cx-mat.cc, ov-cx-sparse.cc, ov-float.cc, ov-float.h, ov-flt-complex.cc, ov-flt-cx-mat.cc, ov-flt-re-mat.cc, ov-legacy-range.h, ov-magic-int.cc, ov-range.h, ov-re-mat.cc, ov-re-sparse.cc, ov-scalar.cc, ov-scalar.h, lex.ll, Array-C.cc, Array-base.cc, Array-d.cc, Array-f.cc, Array-fC.cc, CMatrix.cc, CNDArray.cc, CSparse.cc, Range.cc, Sparse-C.cc, Sparse-d.cc, boolSparse.cc, chNDArray.cc, dMatrix.cc, dNDArray.cc, dSparse.cc, fCMatrix.cc, fCNDArray.cc, fMatrix.cc, fNDArray.cc, idx-vector.cc, CollocWt.cc, DET.h, lo-specfun.cc, oct-norm.cc, oct-rand.cc, randgamma.cc, randpoisson.cc, sparse-lu.cc, lo-utils.cc, oct-inttypes.h, oct-sort.cc, oct-string.cc: Alphabetize list of #includes.
author Rik <rik@octave.org>
date Fri, 13 Jun 2025 17:33:42 -0700
parents 1078f10a08fd
children
line wrap: on
line diff
--- a/liboctave/array/fNDArray.cc
+++ b/liboctave/array/fNDArray.cc
@@ -35,7 +35,7 @@
 #include "f77-fcn.h"
 #include "fNDArray.h"
 #include "lo-ieee.h"
-#include "lo-mappers.h"
+#include "mappers.h"
 #include "mx-base.h"
 #include "mx-op-defs.h"
 #include "oct-error.h"