aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parse_productions.h
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_productions.h
parent5d680f6dbc86e69990b3b2e8ab8027f785ef4720 (diff)
Make IWYU output in lint.cpp less messy
And re-run IWYU, adjust #includes.
Diffstat (limited to 'src/parse_productions.h')
-rw-r--r--src/parse_productions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parse_productions.h b/src/parse_productions.h
index 38a505d2..3be0cbaf 100644
--- a/src/parse_productions.h
+++ b/src/parse_productions.h
@@ -2,7 +2,6 @@
#ifndef FISH_PARSE_TREE_CONSTRUCTION_H
#define FISH_PARSE_TREE_CONSTRUCTION_H
-#include <stdbool.h>
#include <sys/types.h>
#include "parse_constants.h"