summaryrefslogtreecommitdiffstats
path: root/XUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'XUtils.h')
-rw-r--r--XUtils.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/XUtils.h b/XUtils.h
index 742b8e9e..f30af6f3 100644
--- a/XUtils.h
+++ b/XUtils.h
@@ -7,10 +7,11 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
-#include <assert.h>
-#include <err.h>
+#include "config.h" // IWYU pragma: keep
+
#include <stdio.h>
-#include <stdlib.h>
+#include <stdlib.h> // IWYU pragma: keep
+#include <string.h> // IWYU pragma: keep
#include "Macros.h"