diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-03-23 16:14:51 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-03-23 16:14:51 +0200 |
| commit | 5b038666c3e911ffeb78a4d656044e5bd076705b (patch) | |
| tree | 9b09b4f27c39ef6a0139a5eb9bfa5e98a250086c /src/imports.c | |
| parent | 70615379062cdd2e016f5095dfafd23a6dca148c (diff) | |
| download | ek-5b038666c3e911ffeb78a4d656044e5bd076705b.tar.gz ek-5b038666c3e911ffeb78a4d656044e5bd076705b.zip | |
integrate parser work
Diffstat (limited to 'src/imports.c')
| -rw-r--r-- | src/imports.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports.c b/src/imports.c index e4d6aa7..b7dc8c1 100644 --- a/src/imports.c +++ b/src/imports.c @@ -1,5 +1,5 @@ -#include <ct/imports.h> -#include <ct/debug.h> +#include <cu/imports.h> +#include <cu/debug.h> void add_import_path(const char *dir) { |
