From fa3fcb76f83824d83453e363e43a1693b75f49cb Mon Sep 17 00:00:00 2001 From: Anthony Berg Date: Thu, 3 Jul 2025 13:11:57 +0200 Subject: [PATCH] feat(gpu): remove breaking include in header --- GPUSimulators/gpu/hip/include/EulerCommon.h | 1 - 1 file changed, 1 deletion(-) diff --git a/GPUSimulators/gpu/hip/include/EulerCommon.h b/GPUSimulators/gpu/hip/include/EulerCommon.h index d908081..f782164 100644 --- a/GPUSimulators/gpu/hip/include/EulerCommon.h +++ b/GPUSimulators/gpu/hip/include/EulerCommon.h @@ -19,7 +19,6 @@ along with this program. If not, see . */ #pragma once -#include #include #include "common.h" #include "limiters.h"