feat(core)!: move types.h to core/types.h and modify include paths
accordingly
This commit is contained in:
parent
c0afc54ca1
commit
0fc18b04d5
8 changed files with 31 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#define VECTOR_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "../types.h"
|
||||
#include "../core/types.h"
|
||||
|
||||
/*
|
||||
* The vector is a dynamically growing array that can be operated as a regular
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue