Removed config.h in header files

This commit is contained in:
T.D. (Tongdong) Qiu 2020-06-25 14:49:41 +02:00
parent 0471da3815
commit c76630687d
4 changed files with 1 additions and 7 deletions

View File

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

View File

@ -20,8 +20,6 @@
#ifndef MULTISEGMENTWELLCONTRIBUTION_HEADER_INCLUDED
#define MULTISEGMENTWELLCONTRIBUTION_HEADER_INCLUDED
#include <config.h>
#include <vector>
#if HAVE_CUDA

View File

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

View File

@ -20,8 +20,6 @@
#ifndef WELLCONTRIBUTIONS_HEADER_INCLUDED
#define WELLCONTRIBUTIONS_HEADER_INCLUDED
#include <config.h>
#if HAVE_CUDA
#include <cuda_runtime.h>
#endif