From 8c3ba33ced08b211db0cd5f81675bdf62f55acc7 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Thu, 20 Jul 2023 23:47:33 +0200 Subject: Move header files to subdirectory Since slweb is meant as a library, it is advisable to keep public header files under their own directory in order to avoid name clashing i.e., #include "something.h" Now becomes: #include "slweb/something.h" --- wildcard_cmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wildcard_cmp.c') diff --git a/wildcard_cmp.c b/wildcard_cmp.c index fe0b3e1..1fcd451 100644 --- a/wildcard_cmp.c +++ b/wildcard_cmp.c @@ -1,4 +1,4 @@ -#include "wildcard_cmp.h" +#include "slweb/wildcard_cmp.h" #include #include #include -- cgit v1.2.3