1
0
Fork 0

Remove Boost : foreach header is never used

This commit is contained in:
scttgs0 2023-05-07 18:31:05 -05:00
parent 67cd122bb4
commit 631bc02111

View file

@ -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"
@ -136,5 +134,3 @@ public:
// reset Array to initial state - ready to load another elevation file
void unload( void );
};
#endif // _ARRAY_HXX