adjusted new include paths

This commit is contained in:
vegowotenks 2024-10-01 11:07:46 +02:00
parent 3b142cf066
commit 85192bb4c1
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#ifndef FLUP_INTERPRETER_H
#define FLUP_INTERPRETER_H
#include "../include/utilitiec/dynamicarray/dynamicarray.h"
#include "../submodules/utilitiec/src/dynamicarray/dynamicarray.h"
#include "tokenizer.h"
#include <stdint.h>