From fa78a7101c3f19aa0ac148f7184aafb1d32bb701 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Thu, 23 Jun 2016 17:24:19 -0700 Subject: Make IWYU output in lint.cpp less messy And re-run IWYU, adjust #includes. --- src/parse_tree.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/parse_tree.cpp') diff --git a/src/parse_tree.cpp b/src/parse_tree.cpp index edfdc89c..9939d81b 100644 --- a/src/parse_tree.cpp +++ b/src/parse_tree.cpp @@ -12,13 +12,13 @@ #include #include "common.h" -#include "fallback.h" // IWYU pragma: keep +#include "fallback.h" #include "parse_constants.h" #include "parse_productions.h" #include "parse_tree.h" #include "proc.h" #include "tokenizer.h" -#include "wutil.h" // IWYU pragma: keep +#include "wutil.h" // IWYU pragma: keep // This array provides strings for each symbol in enum parse_token_type_t in parse_constants.h. const wchar_t *const token_type_map[] = { -- cgit v1.2.3