Removed unused headers

This commit is contained in:
T.D. (Tongdong) Qiu 2020-06-25 13:12:12 +02:00
parent 4ad234bf55
commit ca83a8f53c
7 changed files with 0 additions and 25 deletions

View File

@ -17,11 +17,6 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <sys/time.h>
#include <opm/common/OpmLog/OpmLog.hpp>
#include <opm/common/ErrorMacros.hpp>

View File

@ -20,16 +20,10 @@
#ifndef BILU0_HPP
#define BILU0_HPP
#include <config.h> // CMake
#include <memory>
#include <opm/simulators/linalg/bda/BlockedMatrix.hpp>
#if HAVE_OPENCL
#define __CL_ENABLE_EXCEPTIONS
#include <CL/cl.hpp> // up to OpenCL 1.2
#endif
namespace bda
{

View File

@ -21,8 +21,6 @@
#define OPM_BDASOLVER_BACKEND_HEADER_INCLUDED
#include <string>
#include <vector>
#include <sys/time.h>
#include <opm/simulators/linalg/bda/BdaResult.hpp>

View File

@ -17,11 +17,8 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <cstdio>
#include <cstring>
#include <sys/time.h>
#include <cmath>
#include <iostream>
#include <opm/simulators/linalg/bda/BlockedMatrix.hpp>

View File

@ -18,7 +18,6 @@
*/
#include <cstdlib>
#include <config.h> // CMake
#if HAVE_UMFPACK

View File

@ -21,11 +21,7 @@
#error "Cannot compile for cusparse: NVIDIA compiler not found"
#endif
#include <cstdio>
#include <cstdlib>
#include <cuda_runtime.h>
#include <iostream>
#include <sys/time.h>
#include <sstream>
#include <opm/common/OpmLog/OpmLog.hpp>

View File

@ -17,13 +17,9 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <cstdio>
#include <cstdlib>
#include <cmath>
#include <iostream>
#include <sstream>
#include <config.h> // CMake
#include <opm/common/OpmLog/OpmLog.hpp>
#include <opm/common/ErrorMacros.hpp>