moved some more headers

This commit is contained in:
Maieul BOYER 2024-04-30 14:30:58 +02:00
parent 43e276cc1e
commit dfdd8e4503
No known key found for this signature in database
10 changed files with 70 additions and 87 deletions

View file

@ -2,7 +2,7 @@
#define TREE_SITTER_PARSER_H_
#include "../parse_types.h"
#include "./lexer.h"
#include "parser/lexer.h"
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>