diff options
| author | Nakidai <plaza521@inbox.ru> | 2024-07-05 15:09:40 +0300 |
|---|---|---|
| committer | Nakidai <plaza521@inbox.ru> | 2024-07-05 15:09:40 +0300 |
| commit | afbc03b293887e1e06b0fc0603ba86bbfa920795 (patch) | |
| tree | 0111808fe3794293f8a368301699ff73ac3ea169 /src/cccl.c | |
| parent | aea40f3877e36e95f2a70e3eeb0569fd156e3841 (diff) | |
| download | 3cl-afbc03b293887e1e06b0fc0603ba86bbfa920795.tar.gz 3cl-afbc03b293887e1e06b0fc0603ba86bbfa920795.zip | |
Move cvector.h
I think that moving code written not by me to a separate folder is a nice idea
Diffstat (limited to 'src/cccl.c')
| -rw-r--r-- | src/cccl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cccl.c b/src/cccl.c index 4734620..829a646 100644 --- a/src/cccl.c +++ b/src/cccl.c @@ -1,13 +1,13 @@ #include "cccl.h" #include "types.h" +#include <cvector/cvector.h> #include <errno.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -#include "cvector.h" #include "platform/getch.h" #include "utils.h" |