diff src/dirfns.cc @ 1742:a02f140ed897

[project @ 1996-01-12 11:09:39 by jwe]
author jwe
date Fri, 12 Jan 1996 11:21:53 +0000
parents 42b4f904f1af
children fd0d12493223
line wrap: on
line diff
--- a/src/dirfns.cc	Fri Jan 12 11:09:39 1996 +0000
+++ b/src/dirfns.cc	Fri Jan 12 11:21:53 1996 +0000
@@ -53,7 +53,6 @@
 #include "error.h"
 #include "gripes.h"
 #include "help.h"
-#include "oct-obj.h"
 #include "toplev.h"
 #include "pager.h"
 #include "pathlen.h"
@@ -61,10 +60,12 @@
 #include "statdefs.h"
 #include "sysdep.h"
 #include "sysdir.h"
-#include "tree-const.h"
-#include "tree-plot.h"
+#include "pt-const.h"
+#include "oct-obj.h"
+#include "pt-plot.h"
 #include "unwind-prot.h"
 #include "utils.h"
+#include "variables.h"
 
 // Temp storage for a path.
 static char tdir[MAXPATHLEN];