tools: ynl-gen: cleanup user space header includes
authorJakub Kicinski <kuba@kernel.org>
Thu, 8 Jun 2023 21:11:49 +0000 (14:11 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 9 Jun 2023 21:40:31 +0000 (14:40 -0700)
commit30b5c720e1a90c9709187871c9f2152192078519
treef9d7cb08a67e8638a421a32c0d3582406d1498b4
parent7ec5d48fdb78260a51122bd8d0cee4a0e2b7b089
tools: ynl-gen: cleanup user space header includes

Bots started screaming that we're including stdlib.h twice.
While at it move string.h into a common spot and drop stdio.h
which we don't need.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5464
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5466
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5467
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/net/ynl/ynl-gen-c.py