Remove #include which is not needed
This commit is contained in:
parent
e980713572
commit
57cfeeb854
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user