fx.collections: move string to fx

This commit is contained in:
2026-05-02 21:07:00 +01:00
parent a339b6e01a
commit 4f40bfd9a0
10 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1,9 +1,9 @@
#ifndef FX_DS_UUID_H_
#define FX_DS_UUID_H_
#include <fx/collections/string.h>
#include <fx/macros.h>
#include <fx/status.h>
#include <fx/string.h>
#define FX_UUID_NBYTES 16
#define FX_UUID_STRING_MAX 37