summaryrefslogtreecommitdiff
path: root/lib9p/core_gen
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-06-06 23:00:33 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-06-06 23:00:33 -0600
commitb5a29a4c57f09ed11b4591f99493fd57fdcee593 (patch)
treec558294e0237a31b2fca737437bfa82486834c4e /lib9p/core_gen
parentce8ae41d677875adb45d99c351bcba108fb82a44 (diff)
parent940ac0d72be1e6d13b924f3ca2d32bad5b41b6ab (diff)
Merge branch 'lukeshu/misc'
Diffstat (limited to 'lib9p/core_gen')
-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"