diff options
Diffstat (limited to 'lib9p/core_gen/h.py')
-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" |