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] --- Object.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Object.h') diff --git a/Object.h b/Object.h index f601ddf0..6c31fa34 100644 --- a/Object.h +++ b/Object.h @@ -9,8 +9,9 @@ in the source distribution for its full text. */ #include "RichString.h" -#include "XAlloc.h" #include "Macros.h" +#include "XUtils.h" + typedef struct Object_ Object; -- cgit v1.2.3