From e49f1da7aed6894c8893cf29c33c4ca839d74976 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Fri, 21 Jul 2023 01:24:10 +0200 Subject: Adapt to slweb's include paths slweb puts its header files into its own directory in order to avoid potential name clashing. --- main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 762db88..45da68f 100644 --- a/main.c +++ b/main.c @@ -2,12 +2,12 @@ #include "auth.h" #include "cftw.h" -#include "handler.h" #include "hex.h" -#include "http.h" #include "page.h" #include "style.h" -#include "wildcard_cmp.h" +#include +#include +#include #include #include #include -- cgit v1.2.3