fx.collections: move fx_number to fx

This commit is contained in:
2026-05-03 17:18:21 +01:00
parent 87270b686c
commit d75ec65721
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,8 +2,8 @@
#include <fx/collections/datetime.h>
#include <fx/collections/dict.h>
#include <fx/collections/hashmap.h>
#include <fx/collections/number.h>
#include <fx/error.h>
#include <fx/number.h>
#include <fx/serial/ctx.h>
#include <fx/serial/toml.h>
#include <fx/status.h>
+1 -1
View File
@@ -1,4 +1,4 @@
#include <fx/collections/number.h>
#include <fx/number.h>
#include <fx/stream.h>
#include <inttypes.h>
#include <stdlib.h>