remove unused boost include

This commit is contained in:
Arne Morten Kvarving 2021-06-08 15:11:17 +02:00
parent a0dea4d58f
commit 2460d950b1
2 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,7 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
#include <algorithm>
#include <cassert>
#include <cmath>
#include <iostream>

View File

@ -23,7 +23,6 @@
#include <vector>
#include <boost/range/iterator_range.hpp>
#include <opm/simulators/timestepping/TimeStepControlInterface.hpp>
namespace Opm