summaryrefslogtreecommitdiff
path: root/lib9p/core_include
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-06-09 15:57:57 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-06-09 15:57:57 -0600
commitaf93e435385757996c23c436de892254973590dc (patch)
tree1342371863186e7ea50473a46a0cd10afddd065a /lib9p/core_include
parentc9e10321f50dcc02840c917e16e13531d32cc0c7 (diff)
Prune #includes
Diffstat (limited to 'lib9p/core_include')
-rw-r--r--lib9p/core_include/lib9p/core.h5
1 files changed, 2 insertions, 3 deletions
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 <stdint.h> /* for uint{n}_t */
-#include <string.h> /* for memset() */
-#include <sys/types.h> /* for ssize_t */
+#include <stdint.h> /* for uint{n}_t */
+#include <string.h> /* for memset() */
#include <libhw/generic/io.h> /* for struct iovec */
#include <libmisc/assert.h>