Mercurial > hg > octave-lyh
diff src/oct-hist.cc @ 1742:a02f140ed897
[project @ 1996-01-12 11:09:39 by jwe]
author | jwe |
---|---|
date | Fri, 12 Jan 1996 11:21:53 +0000 |
parents | a38bd8df9d33 |
children | fd0d12493223 |
line wrap: on
line diff
--- a/src/oct-hist.cc +++ b/src/oct-hist.cc @@ -1,4 +1,4 @@ -// octave-hist.cc -*- C++ -*- +// oct-hist.cc -*- C++ -*- /* Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton @@ -51,13 +51,14 @@ #include "defun.h" #include "error.h" #include "input.h" -#include "oct-obj.h" -#include "octave-hist.h" +#include "oct-hist.h" #include "toplev.h" #include "pager.h" #include "sighandlers.h" #include "statdefs.h" #include "sysdep.h" +#include "pt-const.h" +#include "oct-obj.h" #include "unwind-prot.h" #include "user-prefs.h" #include "utils.h"