comparison libinterp/corefcn/sparse-xdiv.cc @ 33249:06a308cae32c

eliminate unnecessary use of <cassert> in libinterp files * input.cc, oct-stream.cc, sparse-xdiv.cc, sparse-xpow.cc, xdiv.cc, xpow.cc, oct-parse.yy: Don't include <cassert>.
author John W. Eaton <jwe@octave.org>
date Sun, 24 Mar 2024 18:12:06 -0400
parents 2e484f9f1f18
children
comparison
equal deleted inserted replaced
33248:7f73e4805a1f 33249:06a308cae32c
24 //////////////////////////////////////////////////////////////////////// 24 ////////////////////////////////////////////////////////////////////////
25 25
26 #if defined (HAVE_CONFIG_H) 26 #if defined (HAVE_CONFIG_H)
27 # include "config.h" 27 # include "config.h"
28 #endif 28 #endif
29
30 #include <cassert>
31 29
32 #include "Array-util.h" 30 #include "Array-util.h"
33 #include "lo-array-errwarn.h" 31 #include "lo-array-errwarn.h"
34 #include "oct-cmplx.h" 32 #include "oct-cmplx.h"
35 #include "quit.h" 33 #include "quit.h"