]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip: rearrange and prune header files
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 10 Dec 2024 21:38:08 +0000 (13:38 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 12 Dec 2024 23:22:22 +0000 (15:22 -0800)
commit7e23da91fca6e5dedeb32a7d308cf20982e897c3
treee8f7be6bcd1567ba523c0e304a9c6131075437b5
parentfa3949b792e275f75d7d6200dc2036ef7fff8816
ip: rearrange and prune header files

The recent report of issues with missing limits.h impacting musl
suggested looking at what files are and are not included in ip code.

The standard practice is to put standard headers first, then system,
then local headers. Used iwyu to get suggestions about missing
and extraneous headers.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/iplink.c
ip/ipnetns.c