summaryrefslogtreecommitdiffstats
path: root/Hashtable.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-11-18 14:26:30 +0100
committerBenBE <BenBE@geshi.org>2020-11-19 23:51:50 +0100
commit7cf527759481a760b0f08da16add3a5120048572 (patch)
treef19cab11922858f5fc6bd107e6c58bf73f23f266 /Hashtable.c
parent329011bb982b7dda02e6901173e6fc34bcaa2645 (diff)
IWYU update (Linux)
Diffstat (limited to 'Hashtable.c')
-rw-r--r--Hashtable.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/Hashtable.c b/Hashtable.c
index cdfb4ec3..c03723a1 100644
--- a/Hashtable.c
+++ b/Hashtable.c
@@ -5,13 +5,18 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
+#include "config.h" // IWYU pragma: keep
+
#include "Hashtable.h"
-#include "XUtils.h"
#include <assert.h>
#include <stdint.h>
+#include <stdio.h>
#include <stdlib.h>
+#include "Macros.h"
+#include "XUtils.h"
+
#ifndef NDEBUG

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