Fix web playground includes
This commit is contained in:
parent
fa4ed7bf83
commit
62e859638e
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue