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.c | |
parent | d8d12f033831a6ed76049209d52450a7001a6879 (diff) |
remove unused includes
Diffstat (limited to 'src/utils/dl.c')
-rw-r--r-- | src/utils/dl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/dl.c b/src/utils/dl.c index 1a1c430..3ec6bc4 100644 --- a/src/utils/dl.c +++ b/src/utils/dl.c @@ -2,7 +2,6 @@ #include "utils/memory.h" #include "utils/string.h" #include <dlfcn.h> -#include <stdint.h> #include <stdio.h> #include <stdlib.h> |