Merge pull request #1767 from joakim-hove/remove-unused-include
Remove #include which is not needed
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user