mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Removed config.h in header files
This commit is contained in:
parent
0471da3815
commit
c76630687d
@ -20,8 +20,6 @@
|
||||
#ifndef BDABRIDGE_HEADER_INCLUDED
|
||||
#define BDABRIDGE_HEADER_INCLUDED
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "dune/istl/solver.hh" // for struct InverseOperatorResult
|
||||
|
||||
#include "dune/istl/bcrsmatrix.hh"
|
||||
|
@ -20,8 +20,6 @@
|
||||
#ifndef MULTISEGMENTWELLCONTRIBUTION_HEADER_INCLUDED
|
||||
#define MULTISEGMENTWELLCONTRIBUTION_HEADER_INCLUDED
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
#if HAVE_CUDA
|
||||
|
@ -18,9 +18,9 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <config.h> // CMake
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <config.h> // CMake
|
||||
|
||||
#ifdef __NVCC__
|
||||
#include "opm/simulators/linalg/bda/cuda_header.hpp"
|
||||
|
@ -20,8 +20,6 @@
|
||||
#ifndef WELLCONTRIBUTIONS_HEADER_INCLUDED
|
||||
#define WELLCONTRIBUTIONS_HEADER_INCLUDED
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#if HAVE_CUDA
|
||||
#include <cuda_runtime.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user