diff options
author | Ian Moffett <ian@osmora.org> | 2025-10-08 01:11:42 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-10-08 01:11:58 -0400 |
commit | a68110d699aec9cb593f217674ec2476019a095b (patch) | |
tree | b8785b1d2fbdd2057bbc08f528c51ae3060d5002 /src/sys | |
parent | 4e2c7c20a17e1264d9dc598e8919f94226fb67e2 (diff) |
kern: iotap: Remove unused include
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src/sys')
-rw-r--r-- | src/sys/os/os_iotap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sys/os/os_iotap.c b/src/sys/os/os_iotap.c index 075b7b1..6eb6ed2 100644 --- a/src/sys/os/os_iotap.c +++ b/src/sys/os/os_iotap.c @@ -38,8 +38,6 @@ #include <stdbool.h> #include <string.h> -#include <sys/syslog.h> - static size_t next_id = 0; iotap_t |