]> git.proxmox.com Git - mirror_frr.git/commit
lib: avoid include loop with assert.h
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 22 Oct 2021 14:59:42 +0000 (16:59 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 10 Nov 2021 11:36:50 +0000 (12:36 +0100)
commit8d4e934b08b10823f33ff74c477fec454913e952
treef5f3164cbececff67b90c6ba58adddd50bb52c96
parentef990bd94bc5e5b37214d1188915f585de1dc12a
lib: avoid include loop with assert.h

`assert.h` -> `xref.h` -> `typesafe.h` -> `assert.h`

Might be possible to do this more cleanly some way, but that way is not
obvious, so here's the "simple & dumb" approach.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/atomlist.c
lib/frrcu.h
lib/typesafe.c
lib/typesafe.h