diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2023-05-21 15:08:53 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2023-05-21 22:11:16 +0100 |
commit | 5dff423338e82a8d9a201534f3f10aee7de0ad56 (patch) | |
tree | 8edd126fc68262bd2de986fed1a3e0ce78ff5b0f | |
parent | 4aeba570125b2ff1ac6dfccec266b0e6463343ba (diff) |
Remove a couple more unused headers from nomute
Pointed out by Bill.
-rw-r--r-- | src/nomute.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nomute.c b/src/nomute.c index beb632d..30f93c3 100644 --- a/src/nomute.c +++ b/src/nomute.c @@ -20,8 +20,6 @@ #include "con_.h" #include "errmsg.h" #include "feature.h" -#include "hook.h" -#include "intdefs.h" #include "os.h" #include "sst.h" |