comparison liboctave/idx-vector.cc @ 1343:94bedeb289e5

[project @ 1995-09-04 00:29:21 by jwe]
author jwe
date Mon, 04 Sep 1995 00:42:19 +0000
parents 64819a909ed7
children 19c10b8657d5
comparison
equal deleted inserted replaced
1342:61bb2bdee11e 1343:94bedeb289e5
27 27
28 #ifdef HAVE_CONFIG_H 28 #ifdef HAVE_CONFIG_H
29 #include <config.h> 29 #include <config.h>
30 #endif 30 #endif
31 31
32 #include <cstdlib>
33
32 #include <iostream.h> 34 #include <iostream.h>
33 #include <stdlib.h>
34 35
35 #include "dMatrix.h" 36 #include "dMatrix.h"
36 #include "Range.h" 37 #include "Range.h"
37 #include "idx-vector.h" 38 #include "idx-vector.h"
38 #include "user-prefs.h" 39 #include "user-prefs.h"