IWYU update

This commit is contained in:
Christian Göttsche
2020-12-06 15:22:41 +01:00
committed by BenBE
parent 22f8f8000c
commit 7ba25aa3c4
18 changed files with 13 additions and 13 deletions

View File

@ -13,6 +13,7 @@ in the source distribution for its full text.
#include <stdio.h>
#include <stdlib.h> // IWYU pragma: keep
#include <string.h> // IWYU pragma: keep
#include <sys/types.h>
#include "Compat.h"
#include "Macros.h"