Relocated warning headers.

This commit is contained in:
Joakim Hove 2015-10-06 11:39:14 +02:00 committed by Andreas Lauser
parent f7da1ca81c
commit cbc41cfbf7

View File

@ -28,9 +28,9 @@
#define BOOST_TEST_MODULE RegionMapping
#include <opm/core/utility/platform_dependent/disable_warnings.h>
#include <opm/common/utility/platform_dependent/disable_warnings.h>
#include <boost/test/unit_test.hpp>
#include <opm/core/utility/platform_dependent/reenable_warnings.h>
#include <opm/common/utility/platform_dependent/reenable_warnings.h>
/* --- our own headers --- */