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;