eliminated a left over #include
This commit is contained in:
parent
86a832bd66
commit
a5eb87dc06
1 changed files with 4 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
#include <Misc/fgstream.hxx>
|
#include <Misc/fgstream.hxx>
|
||||||
|
|
||||||
#include "fixnode.hxx"
|
#include "fixnode.hxx"
|
||||||
#include "triload.hxx"
|
// #include "triload.hxx"
|
||||||
|
|
||||||
|
|
||||||
// load the node information
|
// load the node information
|
||||||
|
@ -116,6 +116,9 @@ void fix_nodes( const string& filename, fgDEM& dem, container& node_list )
|
||||||
|
|
||||||
|
|
||||||
// $Log$
|
// $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
|
// Revision 1.4 1998/09/19 20:43:52 curt
|
||||||
// C++-ified and STL-ified the code. Combined triload.* and fixnode.* into
|
// C++-ified and STL-ified the code. Combined triload.* and fixnode.* into
|
||||||
// a single file.
|
// a single file.
|
||||||
|
|
Loading…
Reference in a new issue