From d75ec65721d0c00294cc57b8c21aa6fe694c6dcc Mon Sep 17 00:00:00 2001 From: Max Wash Date: Sun, 3 May 2026 17:18:21 +0100 Subject: [PATCH] fx.collections: move fx_number to fx --- fx.serial/toml.c | 2 +- .../include/fx/collections => fx/include/fx}/number.h | 0 {fx.collections => fx}/number.c | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename {fx.collections/include/fx/collections => fx/include/fx}/number.h (100%) rename {fx.collections => fx}/number.c (99%) diff --git a/fx.serial/toml.c b/fx.serial/toml.c index 26ca1e1..fc5c787 100644 --- a/fx.serial/toml.c +++ b/fx.serial/toml.c @@ -2,8 +2,8 @@ #include #include #include -#include #include +#include #include #include #include diff --git a/fx.collections/include/fx/collections/number.h b/fx/include/fx/number.h similarity index 100% rename from fx.collections/include/fx/collections/number.h rename to fx/include/fx/number.h diff --git a/fx.collections/number.c b/fx/number.c similarity index 99% rename from fx.collections/number.c rename to fx/number.c index 37ea313..3a8909c 100644 --- a/fx.collections/number.c +++ b/fx/number.c @@ -1,4 +1,4 @@ -#include +#include #include #include #include