Mercurial > hg > octave-nkf
comparison src/octave-value/ov.h @ 15149:62a35ae7d6a2
use forward decls for mxArray in ov.h and ov-base.h
* ov.h, ov-base.h: Use forward decls for mxArray class instead of
including mxarray.h.
* ov-base-diag.cc, ov-base.cc, ov-base.h, ov-bool-mat.cc, ov-bool.cc,
ov-cell.cc, ov-ch-mat.cc, ov-class.cc, ov-complex.cc, ov-cx-mat.cc,
ov-cx-sparse.cc, ov-float.cc, ov-flt-complex.cc, ov-flt-cx-mat.cc,
ov-flt-re-mat.cc, ov-intx.h, ov-perm.cc, ov-range.cc, ov-re-mat.cc,
ov-re-sparse.cc, ov-scalar.cc, ov-struct.cc, ov-bool-sparse.cc,
ov-perm.cc: Include mxarray.h.
#include "mach-info.h"
* ov-bool-sparse.cc, ov-perm.cc: Include dim-vector.h
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 10 Aug 2012 17:59:35 -0400 |
parents | 6ea86e1d0f5f |
children | 8367f326fa29 |
comparison
equal
deleted
inserted
replaced
15148:1b2fbc30e4e7 | 15149:62a35ae7d6a2 |
---|---|
32 | 32 |
33 #include "Range.h" | 33 #include "Range.h" |
34 #include "data-conv.h" | 34 #include "data-conv.h" |
35 #include "idx-vector.h" | 35 #include "idx-vector.h" |
36 #include "mach-info.h" | 36 #include "mach-info.h" |
37 #include "mxarray.h" | |
38 #include "mx-base.h" | 37 #include "mx-base.h" |
39 #include "oct-alloc.h" | 38 #include "oct-alloc.h" |
40 #include "oct-time.h" | 39 #include "oct-time.h" |
41 #include "str-vec.h" | 40 #include "str-vec.h" |
42 | 41 |
43 #include "oct-hdf5.h" | 42 #include "oct-hdf5.h" |
44 #include "oct-sort.h" | 43 #include "oct-sort.h" |
45 | 44 |
46 class Cell; | 45 class Cell; |
46 class mxArray; | |
47 class octave_map; | 47 class octave_map; |
48 class octave_scalar_map; | 48 class octave_scalar_map; |
49 class Octave_map; | 49 class Octave_map; |
50 class octave_stream; | 50 class octave_stream; |
51 class octave_function; | 51 class octave_function; |