From 436557eca3da4492def86d5ef8c2d84c5d1c3e71 Mon Sep 17 00:00:00 2001
From: Thomas Voss <mail@thomasvoss.com>
Date: Fri, 1 Nov 2024 21:58:57 +0100
Subject: Remove unused imports

---
 src/main.c  | 1 -
 src/tpool.c | 1 -
 2 files changed, 2 deletions(-)

(limited to 'src')

diff --git a/src/main.c b/src/main.c
index 1c54390..89e3007 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,6 +1,5 @@
 #include <langinfo.h>
 #include <locale.h>
-#include <stdatomic.h>
 #include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/src/tpool.c b/src/tpool.c
index 739607e..0be0599 100644
--- a/src/tpool.c
+++ b/src/tpool.c
@@ -13,7 +13,6 @@
 #include <errors.h>
 #include <macros.h>
 
-#include "globals.h"
 #include "tpool.h"
 #include "util.h"
 #include "work.h"
-- 
cgit v1.2.3