From 62e859638e9a3cb477cb30340736b76816ef8a26 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Fri, 28 Oct 2022 21:32:33 +0200 Subject: [PATCH] Fix web playground includes --- webpage/playground/playground.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpage/playground/playground.c b/webpage/playground/playground.c index 29e2286..9f630eb 100644 --- a/webpage/playground/playground.c +++ b/webpage/playground/playground.c @@ -5,8 +5,8 @@ #include #include -#include "dist/src/apfl.h" -#include "dist/src/format.h" +#include "../../src/apfl.h" +#include "../../src/format.h" struct playground_source_reader_data { char *str;