diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-24 07:22:08 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-24 07:22:08 +0100 |
| commit | c282b4b1326aa38a833d53de74e6b489d94fe92e (patch) | |
| tree | 0ffed66ae137858dc1d25abf5bb774978524afc0 /lib | |
| parent | 55bc0fabd1e3d9edd7e43c0ab135ce97d26705e0 (diff) | |
fix: remove problematic and useless include in cxx-abi.hpp
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/cxx-abi.hpp | 2 |
1 files changed, 0 insertions, 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 <lib/boot.h> - #define DSO_MAX_OBJECTS (128) struct atexit_func_entry_t final { |
