fix: made all includes relatives for the wellbeing of all LSPs seeing this project
This commit is contained in:
parent
71e58e38b8
commit
b5b40f303c
5 changed files with 9 additions and 9 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
// === Static variables
|
||||
|
||||
#include "utils/args/args.h"
|
||||
#include "../utils/args/args.h"
|
||||
|
||||
static struct iob_context context;
|
||||
static FILE *input = NULL;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "utils/args/args.h"
|
||||
#include "../utils/args/args.h"
|
||||
|
||||
// Error codes
|
||||
#define IOB_ERROR_GENERIC -1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue