IWYU update (Linux)

This commit is contained in:
Christian Göttsche
2020-11-18 14:26:30 +01:00
committed by BenBE
parent 329011bb98
commit 7cf5277594
18 changed files with 50 additions and 33 deletions

View File

@ -11,13 +11,14 @@ in the source distribution for its full text.
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <syscall.h>
#include <unistd.h>
#include "CRT.h"
#include "Macros.h"
#include "Process.h"
#include "ProvideCurses.h"
#include "RichString.h"
#include "XUtils.h"