aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/run_queue.c
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-04 22:50:47 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-04 22:50:47 +0200
commit8819e10d2559618c835deb5cc7522b7f32ea630a (patch)
tree22b90c21a0a602f19d598b47a6d6e9e5a5f0c704 /src/run_queue.c
parentworker: close the leftover descriptor (diff)
downloadcimple-8819e10d2559618c835deb5cc7522b7f32ea630a.tar.gz
cimple-8819e10d2559618c835deb5cc7522b7f32ea630a.zip
sanitize #include-s
Diffstat (limited to '')
-rw-r--r--src/run_queue.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/run_queue.c b/src/run_queue.c
index 184dae5..188a651 100644
--- a/src/run_queue.c
+++ b/src/run_queue.c
@@ -7,8 +7,6 @@
#include "run_queue.h"
#include "log.h"
-#include "msg.h"
-#include "string.h"
#include <stdlib.h>
#include <string.h>