toolchain: xpcg: update libfx usage

This commit is contained in:
2026-05-30 10:12:28 +01:00
parent c87e094d7d
commit 87fe2d20ec
13 changed files with 66 additions and 51 deletions
+4 -4
View File
@@ -4,15 +4,15 @@
#include "file-span.h"
#include "status.h"
#include <fx/core/stream.h>
#include <fx/ds/array.h>
#include <fx/ds/string.h>
#include <fx/collections/array.h>
#include <fx/stream.h>
#include <fx/string.h>
struct line_source {
fx_stream *s_stream;
const char *s_path;
fx_string *s_linebuf;
fx_iterator *s_linebuf_ptr;
const fx_iterator *s_linebuf_ptr;
fx_array *s_lines;
struct file_cell s_cursor;