aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Kurtis Rader <krader@skepticism.us>2016-05-02 22:20:53 -0700
committerGravatar Kurtis Rader <krader@skepticism.us>2016-05-02 22:20:53 -0700
commitc76d86631717929b3a2f259615e8603e69e13256 (patch)
tree2f63d9bbee9493c19b05dcb770b01bb12eff15cc /src
parent9d742a4fa18d3bdab0ab2b68f8f57e334ea3c0e1 (diff)
Suppress another pointless IWYU warning
Diffstat (limited to 'src')
-rw-r--r--src/fish_tests.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fish_tests.cpp b/src/fish_tests.cpp
index b3a30978..d0be5805 100644
--- a/src/fish_tests.cpp
+++ b/src/fish_tests.cpp
@@ -1,5 +1,7 @@
// Various bug and feature tests. Compiled and run by make test.
+
// IWYU pragma: no_include <cstring>
+// IWYU pragma: no_include <cstddef>
#include <assert.h>
#include <libgen.h>
#include <limits.h>