aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parse_tree.cpp
diff options
context:
space:
mode:
authorGravatar Aaron Gyes <me@aaron.gy>2016-06-23 17:24:19 -0700
committerGravatar Aaron Gyes <me@aaron.gy>2016-06-23 17:26:08 -0700
commitfa78a7101c3f19aa0ac148f7184aafb1d32bb701 (patch)
tree3a7af19985c9908418cb7c91694f077b50ed41d4 /src/parse_tree.cpp
parent5d680f6dbc86e69990b3b2e8ab8027f785ef4720 (diff)
Make IWYU output in lint.cpp less messy
And re-run IWYU, adjust #includes.
Diffstat (limited to 'src/parse_tree.cpp')
-rw-r--r--src/parse_tree.cpp4
1 files changed, 2 insertions, 2 deletions
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 <vector>
#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[] = {