Merge pull request #1767 from joakim-hove/remove-unused-include

Remove #include which is not needed
This commit is contained in:
Joakim Hove
2020-04-30 12:03:39 +02:00
committed by GitHub
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>