summaryrefslogtreecommitdiffstats
path: root/Machine.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-11-28 15:15:03 +0100
committerBenBE <BenBE@geshi.org>2023-12-26 15:14:19 +0100
commite56089e1fa880064999ed6881e93f500445eacfb (patch)
tree14cb774b63abff35d87e77bac204fecf9613ecb9 /Machine.c
parent20bd78493be0740f1eb2bfcb651b97e98f418e7a (diff)
Update includes based on IWYU
Diffstat (limited to 'Machine.c')
-rw-r--r--Machine.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/Machine.c b/Machine.c
index 6ea08620..44aa27c8 100644
--- a/Machine.c
+++ b/Machine.c
@@ -11,11 +11,9 @@ in the source distribution for its full text.
#include "Machine.h"
#include <stdlib.h>
-#include <string.h>
+#include <unistd.h>
-#include "CRT.h"
-#include "Hashtable.h"
-#include "Macros.h"
+#include "Object.h"
#include "Platform.h"
#include "Row.h"
#include "XUtils.h"

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