From 5f57d597cd27aef55adbcb3b452973b0c6e33667 Mon Sep 17 00:00:00 2001 From: Tyge Lovset Date: Tue, 20 Dec 2022 23:31:51 +0100 Subject: Restructured folders: examples, benchmarks, tests into misc folder. --- include/stc/clist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/stc/clist.h') diff --git a/include/stc/clist.h b/include/stc/clist.h index 8b96eabf..1ace1dac 100644 --- a/include/stc/clist.h +++ b/include/stc/clist.h @@ -83,7 +83,7 @@ _c_clist_complete_types(clist_VOID, dummy); #ifndef _i_prefix #define _i_prefix clist_ #endif -#include "template.h" +#include "priv/template.h" #if !c_option(c_is_forward) _cx_deftypes(_c_clist_types, _cx_self, i_key); @@ -442,4 +442,4 @@ _cx_memb(_value_cmp)(const _cx_value* x, const _cx_value* y) { #endif // !c_no_cmp #endif // i_implement #define CLIST_H_INCLUDED -#include "template.h" +#include "priv/template.h" -- cgit v1.2.3