From a5eb87dc06a609d00203386549de2c7aab14bb3f Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 22 Sep 1998 23:49:10 +0000 Subject: [PATCH] eliminated a left over #include --- FixNode/fixnode.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/FixNode/fixnode.cxx b/FixNode/fixnode.cxx index 0a39452e2..f8819e30c 100644 --- a/FixNode/fixnode.cxx +++ b/FixNode/fixnode.cxx @@ -36,7 +36,7 @@ #include #include "fixnode.hxx" -#include "triload.hxx" +// #include "triload.hxx" // load the node information @@ -116,6 +116,9 @@ void fix_nodes( const string& filename, fgDEM& dem, container& node_list ) // $Log$ +// Revision 1.5 1998/09/22 23:49:10 curt +// eliminated a left over #include +// // Revision 1.4 1998/09/19 20:43:52 curt // C++-ified and STL-ified the code. Combined triload.* and fixnode.* into // a single file. -- 2.39.2