summaryrefslogtreecommitdiffstats
path: root/CheckItem.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-09-19 13:55:23 +0200
committerBenny Baumann <BenBE@geshi.org>2020-10-18 20:09:05 +0200
commit0f5262917fab34b44b43f63946fdf6bb0621875a (patch)
tree07e449767f00310ef038d786688f891600a01b4d /CheckItem.c
parent29346d05616ce69e5988b3f1257c340f91299602 (diff)
Make all required includes explicit
Information as seen by IWYU 0.12 + clang 9 on Linux
Diffstat (limited to 'CheckItem.c')
-rw-r--r--CheckItem.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/CheckItem.c b/CheckItem.c
index d1f11963..5c79ab13 100644
--- a/CheckItem.c
+++ b/CheckItem.c
@@ -7,11 +7,12 @@ in the source distribution for its full text.
#include "CheckItem.h"
-#include "CRT.h"
-
#include <assert.h>
#include <stdlib.h>
+#include "CRT.h"
+#include "RichString.h"
+
static void CheckItem_delete(Object* cast) {
CheckItem* this = (CheckItem*)cast;

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