Suppress another pointless IWYU warning

This commit is contained in:
Kurtis Rader 2016-05-02 22:20:53 -07:00
parent 9d742a4fa1
commit c76d866317

View File

@ -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>