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

@ -7,7 +7,7 @@ extern "C" {
#include "./array.h"
#include "./subtree.h"
#include "./error_costs.h"
#include "parser/error_costs.h"
#include <stdio.h>
typedef struct Stack Stack;