Remove #include which is not needed

This commit is contained in:
Joakim Hove 2020-04-30 10:23:44 +02:00
parent e980713572
commit 57cfeeb854
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@
#define BOOST_TEST_MODULE CubicTest
#include <boost/test/unit_test.hpp>
#include <boost/test/floating_point_comparison.hpp>
/* --- our own headers --- */
#include <opm/common/utility/numeric/calculateCellVol.hpp>

View File

@ -40,7 +40,6 @@
#define BOOST_TEST_MODULE CubicTest
#include <boost/test/unit_test.hpp>
#include <boost/test/floating_point_comparison.hpp>
/* --- our own headers --- */
#include <opm/common/utility/numeric/MonotCubicInterpolator.hpp>