Combine XAlloc.[ch] into XUtils.[ch]

This commit is contained in:
Benny Baumann
2020-10-15 00:56:22 +02:00
parent 872e542f4e
commit 5e4b182616
10 changed files with 46 additions and 72 deletions

View File

@ -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;