diff options
| author | @syxhe <https://t.me/syxhe> | 2025-06-08 17:25:13 -0500 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2025-06-08 17:25:13 -0500 |
| commit | 08fb644c7d101551edfe8fc2608e0ac501b3df9f (patch) | |
| tree | 65660431cb77c7f482eb1d7a45fe47c562d49608 /src/main.c | |
| parent | 5431fec6726c18234c9c28b014cc6f18a0d79884 (diff) | |
Trim the fat
Diffstat (limited to 'src/main.c')
| -rwxr-xr-x | src/main.c | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -1,8 +1,7 @@ | |||
| 1 | #include "arena.h" | 1 | #include "shared.h" |
| 2 | |||
| 2 | #include "encryption.h" | 3 | #include "encryption.h" |
| 3 | #include "ll.h" | ||
| 4 | #include "scanner.h" | 4 | #include "scanner.h" |
| 5 | #include "shared.h" | ||
| 6 | #include "threadpool.h" | 5 | #include "threadpool.h" |
| 7 | 6 | ||
| 8 | #include <errno.h> | 7 | #include <errno.h> |
