From ebb190f9d217f016ba8a46ddc68731c45ec1e76c Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Sat, 8 Oct 2016 13:22:00 +0200 Subject: [PATCH] [Cleanup] Remove superfluous include --- src/sand-wedge-data/mygrid.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sand-wedge-data/mygrid.hh b/src/sand-wedge-data/mygrid.hh index 01d50b52..2c10e8dc 100644 --- a/src/sand-wedge-data/mygrid.hh +++ b/src/sand-wedge-data/mygrid.hh @@ -1,8 +1,6 @@ #ifndef SRC_SAND_WEDGE_DATA_MYGRID_HH #define SRC_SAND_WEDGE_DATA_MYGRID_HH -#include <boost/range/irange.hpp> - #include <dune/common/fmatrix.hh> #include <dune/grid/common/gridfactory.hh> -- GitLab