Stop #include-ing wcstringutil.h in flog.h

This is a header dependency that we can break.
This commit is contained in:
ridiculousfish
2020-07-29 16:37:23 -07:00
parent db086fc5d4
commit c9b42c6f1f
8 changed files with 18 additions and 3 deletions

View File

@@ -48,6 +48,7 @@
#include "signal.h"
#include "timer.h"
#include "trace.h"
#include "wcstringutil.h"
#include "wutil.h" // IWYU pragma: keep
/// Number of calls to fork() or posix_spawn().