about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNakidai <plaza521@inbox.ru>2024-07-05 15:09:40 +0300
committerNakidai <plaza521@inbox.ru>2024-07-05 15:09:40 +0300
commitafbc03b293887e1e06b0fc0603ba86bbfa920795 (patch)
tree0111808fe3794293f8a368301699ff73ac3ea169 /src
parentaea40f3877e36e95f2a70e3eeb0569fd156e3841 (diff)
download3cl-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')
-rw-r--r--src/cccl.c2
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"