woops forgot to fix some wrong imports
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define OPERAND_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
typedef struct {
|
||||
char name[32];
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <argp.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include "../include/error.h"
|
||||
#include "../lib/error.h"
|
||||
|
||||
typedef struct {
|
||||
char* filePath;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "vm.h"
|
||||
#include "args.h"
|
||||
#include "../include/ansi.h"
|
||||
#include "../lib/ansi.h"
|
||||
|
||||
#define VERSION_NUMBER "0.1.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user