remove sys_types header from utime header includes

This commit is contained in:
auronandace
2026-05-25 07:22:01 +01:00
parent 6ec441d72f
commit 441d9ebfc6
+5 -1
View File
@@ -1,4 +1,8 @@
sys_includes = ["sys/types.h", "features.h"]
# features included for deprecated annotations
sys_includes = ["features.h"]
after_includes = """
#include <bits/time-t.h> // for time_t from sys/types.h
"""
include_guard = "_RELIBC_UTIME_H"
language = "C"
style = "Tag"