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:
Jørgen Kvalsvik
2016-07-08 15:40:07 +02:00
parent 44cd4868f8
commit 3696b750cd
42 changed files with 0 additions and 84 deletions

View File

@@ -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>