summaryrefslogtreecommitdiff
path: root/lib9p/core_gen/h.py
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-06-04 20:21:40 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-06-06 16:17:51 -0600
commit2e50e86aade27ac8d66c768713c6cdb2526432c3 (patch)
tree4ff5f0ce665600443a462649b4849910b1f24137 /lib9p/core_gen/h.py
parent8b95b3bcb5b85a582ef9723383fd137206bd5089 (diff)
Prune #includes
Diffstat (limited to 'lib9p/core_gen/h.py')
-rw-r--r--lib9p/core_gen/h.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib9p/core_gen/h.py b/lib9p/core_gen/h.py
index c7c832b..8c381f8 100644
--- a/lib9p/core_gen/h.py
+++ b/lib9p/core_gen/h.py
@@ -169,8 +169,6 @@ def gen_h(versions: set[str], typs: list[idl.UserType]) -> str:
ret += """
/* config *********************************************************************/
-
-#include "config.h"
"""
for ver in sorted(versions):
ret += "\n"