changeset 1690:a38bd8df9d33

[project @ 1996-01-05 21:36:24 by jwe]
author jwe
date Fri, 05 Jan 1996 21:39:55 +0000
parents acf3af7e64f7
children 6eb77dffca6a
files src/dirfns.cc src/file-io.cc src/load-save.cc src/oct-hist.cc src/pt-plot.cc src/sysdep.h src/toplev.cc src/utils.cc
diffstat 8 files changed, 5 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/src/dirfns.cc	Fri Jan 05 21:24:13 1996 +0000
+++ b/src/dirfns.cc	Fri Jan 05 21:39:55 1996 +0000
@@ -46,8 +46,6 @@
 
 #include <strstream.h>
 
-#include <readline/tilde.h>
-
 #include "defun.h"
 #include "dirfns.h"
 #include "error.h"
--- a/src/file-io.cc	Fri Jan 05 21:24:13 1996 +0000
+++ b/src/file-io.cc	Fri Jan 05 21:39:55 1996 +0000
@@ -48,8 +48,6 @@
 
 #include <fcntl.h>
 
-#include <readline/tilde.h>
-
 #include <DLList.h>
 #include <SLStack.h>
 
--- a/src/load-save.cc	Fri Jan 05 21:24:13 1996 +0000
+++ b/src/load-save.cc	Fri Jan 05 21:39:55 1996 +0000
@@ -34,8 +34,6 @@
 #include <fstream.h>
 #include <strstream.h>
 
-#include <readline/tilde.h>
-
 #include "fnmatch.h"
 
 #include "defun.h"
--- a/src/oct-hist.cc	Fri Jan 05 21:24:13 1996 +0000
+++ b/src/oct-hist.cc	Fri Jan 05 21:39:55 1996 +0000
@@ -47,7 +47,6 @@
 #include <fcntl.h>
 
 #include <readline/history.h>
-#include <readline/tilde.h>
 
 #include "defun.h"
 #include "error.h"
@@ -58,6 +57,7 @@
 #include "pager.h"
 #include "sighandlers.h"
 #include "statdefs.h"
+#include "sysdep.h"
 #include "unwind-prot.h"
 #include "user-prefs.h"
 #include "utils.h"
--- a/src/pt-plot.cc	Fri Jan 05 21:24:13 1996 +0000
+++ b/src/pt-plot.cc	Fri Jan 05 21:39:55 1996 +0000
@@ -40,8 +40,6 @@
 #include <unistd.h>
 #endif
 
-#include <readline/tilde.h>
-
 #include "SLStack.h"
 #include "procstream.h"
 
@@ -50,6 +48,7 @@
 #include "gripes.h"
 #include "help.h"
 #include "load-save.h"
+#include "sysdep.h"
 #include "tree-base.h"
 #include "tree-cmd.h"
 #include "tree-const.h"
--- a/src/sysdep.h	Fri Jan 05 21:24:13 1996 +0000
+++ b/src/sysdep.h	Fri Jan 05 21:39:55 1996 +0000
@@ -24,6 +24,8 @@
 #if !defined (octave_sysdep_h)
 #define octave_sysdep_h 1
 
+#include <readline/tilde.h>
+
 extern void sysdep_init (void);
 
 extern void raw_mode (int);
--- a/src/toplev.cc	Fri Jan 05 21:24:13 1996 +0000
+++ b/src/toplev.cc	Fri Jan 05 21:39:55 1996 +0000
@@ -41,10 +41,6 @@
 #include <unistd.h>
 #endif
 
-#include <pwd.h>
-
-#include <readline/tilde.h>
-
 #include "lo-error.h"
 
 #include "builtins.h"
--- a/src/utils.cc	Fri Jan 05 21:24:13 1996 +0000
+++ b/src/utils.cc	Fri Jan 05 21:39:55 1996 +0000
@@ -48,8 +48,6 @@
 LOSE! LOSE!
 #endif
 
-#include <readline/tilde.h>
-
 #ifndef HAVE_STRNCASECMP
 extern "C" int strncasecmp (const char*, const char*, size_t);
 #endif
@@ -70,6 +68,7 @@
 #include "toplev.h"
 #include "pager.h"
 #include "pathsearch.h"
+#include "sysdep.h"
 #include "sysdir.h"
 #include "tree-const.h"
 #include "unwind-prot.h"