summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
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
commit08fb644c7d101551edfe8fc2608e0ac501b3df9f (patch)
tree65660431cb77c7f482eb1d7a45fe47c562d49608 /src/main.c
parent5431fec6726c18234c9c28b014cc6f18a0d79884 (diff)
Trim the fat
Diffstat (limited to 'src/main.c')
-rwxr-xr-xsrc/main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index b0727e2..4b9968c 100755
--- a/src/main.c
+++ b/src/main.c
@@ -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>