summaryrefslogtreecommitdiffstats
path: root/Object.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-10-15 00:56:22 +0200
committerBenny Baumann <BenBE@geshi.org>2020-10-17 20:54:14 +0200
commit5e4b1826168b74d8b5e71227ded12980efd5a243 (patch)
treed1b5ce276eb0ba146abaabb8ae1ddda793d230c0 /Object.h
parent872e542f4eca52ce2198ba3fc30a51bc5d672dae (diff)
Combine XAlloc.[ch] into XUtils.[ch]
Diffstat (limited to 'Object.h')
-rw-r--r--Object.h3
1 files changed, 2 insertions, 1 deletions
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;

© 2014-2024 Faster IT GmbH | imprint | privacy policy