diff --git a/src/header/netinet_in/cbindgen.toml b/src/header/netinet_in/cbindgen.toml index d88dc7fd31..f7f359c248 100644 --- a/src/header/netinet_in/cbindgen.toml +++ b/src/header/netinet_in/cbindgen.toml @@ -13,9 +13,8 @@ # - including netinet/in.h in arpa/inet.h # - splitting out functions (htonl, htons, ntohl, ntohs) into bits/arpainet.h # -# sys/types.h needed for c_int and c_char # bits/arpainet.h brings in inttypes.h -sys_includes = ["sys/types.h", "sys/socket.h"] +sys_includes = ["sys/socket.h"] after_includes = """ #include // for htonl, htons, ntohl, ntohs """