adjusted new include paths
This commit is contained in:
parent
3b142cf066
commit
85192bb4c1
4 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "../include/utilitiec/argumentc/argumentc.h"
|
||||
#include "../submodules/utilitiec/src/argumentc/argumentc.h"
|
||||
#include "interpreter.h"
|
||||
#include "tokenizer.h"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef FLUP_TOKENIZER_H
|
||||
#define FLUP_TOKENIZER_H
|
||||
|
||||
#include "../include/utilitiec/StringView/StringView.h"
|
||||
#include "../submodules/utilitiec/src/StringView/StringView.h"
|
||||
#include <stdint.h>
|
||||
|
||||
enum TokenType {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit baa4a148fe0e77f4bbe2d57816e94624303bf059
|
||||
Subproject commit 7d8ba6fc28487901a6f73d75eb59dabe416fe391
|
Loading…
Reference in a new issue