Remove Boost : foreach header is never used
This commit is contained in:
parent
67cd122bb4
commit
631bc02111
1 changed files with 3 additions and 7 deletions
|
@ -20,15 +20,13 @@
|
|||
//
|
||||
|
||||
|
||||
#ifndef _ARRAY_HXX
|
||||
#define _ARRAY_HXX
|
||||
#pragma once
|
||||
|
||||
#include <simgear/compiler.h>
|
||||
#include <simgear/bucket/newbucket.hxx>
|
||||
#include <simgear/math/sg_types.hxx>
|
||||
#include <simgear/io/iostreams/sgstream.hxx>
|
||||
#include <simgear/misc/sg_dir.hxx>
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
#include "tg_contour.hxx"
|
||||
#include "tg_polygon.hxx"
|
||||
|
@ -85,7 +83,7 @@ public:
|
|||
|
||||
// Load contours from polygon files delineating height discontinuities
|
||||
void load_cliffs(const std::string & height_base);
|
||||
|
||||
|
||||
// return if array was successfully opened or not
|
||||
bool is_open() const;
|
||||
|
||||
|
@ -101,7 +99,7 @@ public:
|
|||
// write an Array file in binary format. If ht_rect is true,
|
||||
// the file will have extension 'arr.rectified.gz'
|
||||
void write_bin(const std::string& root_dir, bool ht_rect, SGBucket& b);
|
||||
|
||||
|
||||
// do our best to remove voids by picking data from the nearest
|
||||
// neighbor.
|
||||
void remove_voids();
|
||||
|
@ -136,5 +134,3 @@ public:
|
|||
// reset Array to initial state - ready to load another elevation file
|
||||
void unload( void );
|
||||
};
|
||||
|
||||
#endif // _ARRAY_HXX
|
||||
|
|
Loading…
Add table
Reference in a new issue