summaryrefslogtreecommitdiff
path: root/src/includes/nodeincludes.h
blob: dc8b0c9c5cc17e4249aa4a25de2a197a185b7bcc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "nodes/identifier.h"
#include "nodes/expr/return_expr.h"
#include "nodes/list/statement_list.h"

#include "nodes/cst/integer_cst.h"

#include "nodes/decl/function_decl.h"
#include "nodes/decl/parm_decl.h"
#include "nodes/decl/type_decl.h"

#include "nodes/type/function_type.h"
#include "nodes/type/integer_type.h"
#include "nodes/type/pointer_type.h"
#include "nodes/type/void_type.h"