comparison src/oct.h @ 5164:57077d0ddc8e

[project @ 2005-02-25 19:55:24 by jwe]
author jwe
date Fri, 25 Feb 2005 19:55:28 +0000
parents b6e652bf4e5f
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5163:9f3299378193 5164:57077d0ddc8e
26 // Things that are often included to create .oct files. 26 // Things that are often included to create .oct files.
27 27
28 // config.h needs to be first because it includes #defines that can */ 28 // config.h needs to be first because it includes #defines that can */
29 // affect other header files. 29 // affect other header files.
30 30
31 #include <octave/config.h> 31 #include "config.h"
32 32
33 #include <octave/Matrix.h> 33 #include "Matrix.h"
34 34
35 #include <octave/defun-dld.h> 35 #include "defun-dld.h"
36 #include <octave/error.h> 36 #include "error.h"
37 #include <octave/gripes.h> 37 #include "gripes.h"
38 #include <octave/help.h> 38 #include "help.h"
39 #include <octave/oct-obj.h> 39 #include "oct-obj.h"
40 #include <octave/pager.h> 40 #include "pager.h"
41 #include <octave/utils.h> 41 #include "utils.h"
42 #include <octave/variables.h> 42 #include "variables.h"
43 43
44 #endif 44 #endif
45 45
46 /* 46 /*
47 ;;; Local Variables: *** 47 ;;; Local Variables: ***