Updated to not have headers in source directories

This commit is contained in:
Maieul BOYER 2024-08-04 15:48:08 +00:00
parent 0c435ed040
commit 91bb0a7533
33 changed files with 3668 additions and 4101 deletions

View file

@ -1,6 +1,6 @@
#include "./lexer.h"
#include "./length.h"
#include "./input.h"
#include "parser/lexer.h"
#include "parser/length.h"
#include "parser/input.h"
#include "me/mem/mem.h"
#include "me/types.h"
#include <string.h>