diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-06-12 18:35:25 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-06-12 18:35:25 +0330 |
commit | 4dbad24963429bd63e7811621d7595a074a75cec (patch) | |
tree | fffa238f9be8df1cd970fa0d8d782d5cfb95b5e4 /src/utils/dl.h | |
parent | d8d12f033831a6ed76049209d52450a7001a6879 (diff) |
remove unused includes
Diffstat (limited to 'src/utils/dl.h')
-rw-r--r-- | src/utils/dl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/dl.h b/src/utils/dl.h index 74cb865..79fc6b4 100644 --- a/src/utils/dl.h +++ b/src/utils/dl.h @@ -1,7 +1,5 @@ #pragma once -#include <stddef.h> - void dynamicLibraryInit(); void dynamicLibraryDestroy(); |