diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-06 23:00:33 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-06 23:00:33 -0600 |
commit | b5a29a4c57f09ed11b4591f99493fd57fdcee593 (patch) | |
tree | c558294e0237a31b2fca737437bfa82486834c4e /lib9p/core_gen | |
parent | ce8ae41d677875adb45d99c351bcba108fb82a44 (diff) | |
parent | 940ac0d72be1e6d13b924f3ca2d32bad5b41b6ab (diff) |
Merge branch 'lukeshu/misc'
Diffstat (limited to 'lib9p/core_gen')
-rw-r--r-- | lib9p/core_gen/h.py | 2 |
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" |