]> git.mxchange.org Git - flightgear.git/commitdiff
eliminated a left over #include
authorcurt <curt>
Tue, 22 Sep 1998 23:49:10 +0000 (23:49 +0000)
committercurt <curt>
Tue, 22 Sep 1998 23:49:10 +0000 (23:49 +0000)
FixNode/fixnode.cxx

index 0a39452e2a5224984cf59890076e57847c246011..f8819e30cdc3808d12a1e3f3cfade915a78b5335 100644 (file)
@@ -36,7 +36,7 @@
 #include <Misc/fgstream.hxx>
 
 #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.