From 6777c09f6717054869c96e48c9d168063b0c56eb Mon Sep 17 00:00:00 2001 From: Max Wash Date: Sun, 3 May 2026 17:18:50 +0100 Subject: [PATCH] fx.collections: move fx_uuid to fx --- {fx.collections/include/fx/collections => fx/include/fx}/uuid.h | 0 {fx.collections => fx}/uuid.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {fx.collections/include/fx/collections => fx/include/fx}/uuid.h (100%) rename {fx.collections => fx}/uuid.c (99%) diff --git a/fx.collections/include/fx/collections/uuid.h b/fx/include/fx/uuid.h similarity index 100% rename from fx.collections/include/fx/collections/uuid.h rename to fx/include/fx/uuid.h diff --git a/fx.collections/uuid.c b/fx/uuid.c similarity index 99% rename from fx.collections/uuid.c rename to fx/uuid.c index 48b6d90..2ac9547 100644 --- a/fx.collections/uuid.c +++ b/fx/uuid.c @@ -1,7 +1,7 @@ #include -#include #include #include +#include #include #include #include