From 1e43506a365c91e411c2375ec55a7d5ad918df0e Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Mon, 25 Nov 2024 10:26:59 +0100 Subject: split zencore/memory.h -> memoryview.h, memcmp.h (#228) minor clean-up `zencore/memory.h` used to contain a variety of things including `Malloc` support along with `MemoryView` etc since the memory allocator stuff moved into `zencore/memory/memory.h` there was basically only `MemoryView` and `MemCmp` in there which seemed better to split out into separate headers to avoid overloading `memory.h` --- src/zencore/string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zencore/string.cpp') diff --git a/src/zencore/string.cpp b/src/zencore/string.cpp index 263c49f7e..242d41abe 100644 --- a/src/zencore/string.cpp +++ b/src/zencore/string.cpp @@ -1,7 +1,7 @@ // Copyright Epic Games, Inc. All Rights Reserved. -#include #include +#include #include #include -- cgit v1.2.3