mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
Suppress another pointless IWYU warning
This commit is contained in:
parent
9d742a4fa1
commit
c76d866317
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
// Various bug and feature tests. Compiled and run by make test.
|
// Various bug and feature tests. Compiled and run by make test.
|
||||||
|
|
||||||
// IWYU pragma: no_include <cstring>
|
// IWYU pragma: no_include <cstring>
|
||||||
|
// IWYU pragma: no_include <cstddef>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <libgen.h>
|
#include <libgen.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
Loading…
Reference in a new issue