Relocated warning headers.

This commit is contained in:
Joakim Hove
2015-10-06 11:39:14 +02:00
parent adb333177d
commit 197dda9ee0
6 changed files with 12 additions and 12 deletions

View File

@@ -30,7 +30,7 @@
// the deprecated member anyway (in this compilation unit)
#define DUNE_COMMON_FIELDVECTOR_SIZE_IS_METHOD 1
#include <opm/core/utility/platform_dependent/disable_warnings.h>
#include <opm/common/utility/platform_dependent/disable_warnings.h>
// TODO: clean up includes.
#include <dune/common/deprecated.hh>
@@ -51,7 +51,7 @@
#include <dune/istl/paamg/fastamg.hh>
#endif
#include <opm/core/utility/platform_dependent/reenable_warnings.h>
#include <opm/common/utility/platform_dependent/reenable_warnings.h>
#include <stdexcept>
#include <iostream>