aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parse_productions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse_productions.h')
-rw-r--r--src/parse_productions.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/parse_productions.h b/src/parse_productions.h
index ce456544..e2c2dcc3 100644
--- a/src/parse_productions.h
+++ b/src/parse_productions.h
@@ -2,13 +2,13 @@
Programmatic representation of fish code.
*/
-
#ifndef FISH_PARSE_TREE_CONSTRUCTION_H
#define FISH_PARSE_TREE_CONSTRUCTION_H
-#include <stdint.h> // for uint8_t, uint32_t
-#include "common.h" // for wcstring
-#include "parse_constants.h" // for parse_token_type_t, etc
+#include <sys/types.h>
+#include <stdbool.h>
+
+#include "parse_constants.h"
struct parse_token_t;