From c282b4b1326aa38a833d53de74e6b489d94fe92e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 24 Nov 2025 07:22:08 +0100 Subject: [PATCH] fix: remove problematic and useless include in cxx-abi.hpp Signed-off-by: Amlal El Mahrouss --- lib/cxx-abi.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/cxx-abi.hpp b/lib/cxx-abi.hpp index 223f773..56c47af 100644 --- a/lib/cxx-abi.hpp +++ b/lib/cxx-abi.hpp @@ -7,8 +7,6 @@ #pragma once -#include - #define DSO_MAX_OBJECTS (128) struct atexit_func_entry_t final {