diff src/pt-plot.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/pt-plot.cc	Fri Jan 12 11:09:39 1996 +0000
+++ b/src/pt-plot.cc	Fri Jan 12 11:21:53 1996 +0000
@@ -1,4 +1,4 @@
-// tree-plot.cc                                         -*- C++ -*-
+// pt-plot.cc                                         -*- C++ -*-
 /*
 
 Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
@@ -50,12 +50,13 @@
 #include "gripes.h"
 #include "help.h"
 #include "load-save.h"
+#include "mappers.h"
+#include "oct-obj.h"
 #include "sysdep.h"
-#include "tree-base.h"
-#include "tree-cmd.h"
-#include "tree-const.h"
-#include "tree-expr.h"
-#include "tree-plot.h"
+#include "pt-cmd.h"
+#include "pt-const.h"
+#include "pt-exp.h"
+#include "pt-plot.h"
 #include "user-prefs.h"
 #include "utils.h"