Mercurial > hg > octave-lyh
diff src/data.cc @ 1352:19c10b8657d5
[project @ 1995-09-05 08:11:57 by jwe]
author | jwe |
---|---|
date | Tue, 05 Sep 1995 08:33:58 +0000 (1995-09-05) |
parents | 611d403c7f3d |
children | ed5757e3333b |
line wrap: on
line diff
--- a/src/data.cc +++ b/src/data.cc @@ -33,14 +33,14 @@ #include <config.h> #endif +#include "defun.h" +#include "error.h" +#include "gripes.h" +#include "help.h" +#include "oct-map.h" #include "tree-const.h" #include "user-prefs.h" -#include "oct-map.h" -#include "help.h" #include "utils.h" -#include "error.h" -#include "gripes.h" -#include "defun.h" #ifndef MIN #define MIN(a,b) ((a) < (b) ? (a) : (b))