toolchain: xpcg: update libfx usage
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user