diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-25 02:40:49 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-25 02:40:49 -0400 |
commit | 4d68494efd7b03a0c91215dc28afcf314940e2ea (patch) | |
tree | 4a7fe0b06bcdf8c97b341e49013efa44937bd332 /sys | |
parent | 707b9d2ab811c488dd9a8739c5943eec79576434 (diff) |
kernel/amd64: cdefs: Remove unused include
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys')
-rw-r--r-- | sys/include/arch/amd64/cdefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/include/arch/amd64/cdefs.h b/sys/include/arch/amd64/cdefs.h index 0a20324..a49736b 100644 --- a/sys/include/arch/amd64/cdefs.h +++ b/sys/include/arch/amd64/cdefs.h @@ -31,7 +31,6 @@ #define _AMD64_CDEFS_H_ #include <sys/cdefs.h> -#include <machine/sync.h> /* * Please use CLI wisely, it is a good idea to use |