remove unused headers

This commit is contained in:
Tobias Meyer Andersen 2024-05-03 13:45:24 +02:00
parent d795561100
commit d5c088bb20

View File

@ -21,10 +21,7 @@
#include <opm/simulators/linalg/cuistl/detail/cublas_safe_call.hpp>
#include <opm/simulators/linalg/cuistl/detail/cublas_wrapper.hpp>
#include <opm/simulators/linalg/cuistl/CuVector.hpp>
// TODO: [perf] Get rid of thrust.
#include <stdexcept>
#include <thrust/device_ptr.h>
#include <thrust/reduce.h>
namespace Opm::cuistl::detail
{