more IWYU fixes

I'm starting to wonder if IWYU is worth the effort. Nonetheless, this
makes it lint clean on macOS and reduces the number of warnings on
FreeBSD and Linux.
This commit is contained in:
Kurtis Rader
2017-02-12 20:24:22 -08:00
parent ce2d1c4e83
commit 69731f6642
27 changed files with 48 additions and 22 deletions

View File

@@ -3,6 +3,7 @@
#include <assert.h>
#include <errno.h>
#include <stddef.h>
#include <stdlib.h>
#include <wchar.h>