Remove opm-common dependency
Severs the code dependency on opm-commmon. There was no actual functional dependency here, with the exception of some enable/disable warning headers. To properly make opm-parser a stand-alone module the usage of these headers have been removed and the dependency on opm-common is gone.
This commit is contained in:
@@ -19,10 +19,8 @@
|
||||
#define BOOST_TEST_MODULE ParseMiscible
|
||||
#include <math.h>
|
||||
|
||||
#include <opm/common/utility/platform_dependent/disable_warnings.h>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <boost/test/test_tools.hpp>
|
||||
#include <opm/common/utility/platform_dependent/reenable_warnings.h>
|
||||
|
||||
#include <opm/parser/eclipse/Deck/Deck.hpp>
|
||||
#include <opm/parser/eclipse/Deck/DeckItem.hpp>
|
||||
|
||||
Reference in New Issue
Block a user