aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parse_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse_tree.h')
-rw-r--r--src/parse_tree.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/parse_tree.h b/src/parse_tree.h
index 84114c5f..e4d4eb36 100644
--- a/src/parse_tree.h
+++ b/src/parse_tree.h
@@ -6,17 +6,15 @@
#ifndef FISH_PARSE_PRODUCTIONS_H
#define FISH_PARSE_PRODUCTIONS_H
-#include <wchar.h>
+#include <assert.h>
+#include <stddef.h>
+#include <stdint.h>
-#include "config.h"
-#include "util.h"
#include "common.h"
#include "tokenizer.h"
#include "parse_constants.h"
#include <vector>
-#include <inttypes.h>
-class parse_node_t;
class parse_node_tree_t;
typedef uint32_t node_offset_t;