From af93e435385757996c23c436de892254973590dc Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Mon, 9 Jun 2025 15:57:57 -0600 Subject: Prune #includes --- lib9p/core_include/lib9p/core.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib9p/core_include') diff --git a/lib9p/core_include/lib9p/core.h b/lib9p/core_include/lib9p/core.h index 9d92312..fc4eedf 100644 --- a/lib9p/core_include/lib9p/core.h +++ b/lib9p/core_include/lib9p/core.h @@ -7,9 +7,8 @@ #ifndef _LIB9P_CORE_H_ #define _LIB9P_CORE_H_ -#include /* for uint{n}_t */ -#include /* for memset() */ -#include /* for ssize_t */ +#include /* for uint{n}_t */ +#include /* for memset() */ #include /* for struct iovec */ #include -- cgit v1.2.3-2-g168b