From 5e4b1826168b74d8b5e71227ded12980efd5a243 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Thu, 15 Oct 2020 00:56:22 +0200 Subject: Combine XAlloc.[ch] into XUtils.[ch] --- RichString.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'RichString.c') diff --git a/RichString.c b/RichString.c index 8019135e..3cb19ae4 100644 --- a/RichString.c +++ b/RichString.c @@ -6,12 +6,13 @@ in the source distribution for its full text. */ #include "RichString.h" -#include "XAlloc.h" #include "Macros.h" +#include "XUtils.h" #include #include + #define charBytes(n) (sizeof(CharType) * (n)) static void RichString_extendLen(RichString* this, int len) { -- cgit v1.2.3