mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 04:54:37 +03:00
IWYU update (Linux)
This commit is contained in:

committed by
BenBE

parent
329011bb98
commit
7cf5277594
13
Compat.c
13
Compat.c
@ -7,13 +7,14 @@ in the source distribution for its full text.
|
||||
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "Compat.h"
|
||||
#include "XUtils.h"
|
||||
|
||||
#include <fcntl.h> // IWYU pragma: keep
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h> // IWYU pragma: keep
|
||||
|
||||
#include "XUtils.h" // IWYU pragma: keep
|
||||
|
||||
|
||||
int Compat_fstatat(int dirfd,
|
||||
|
Reference in New Issue
Block a user