mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 04:04:35 +03:00
IWYU update
This commit is contained in:

committed by
BenBE

parent
fecf093367
commit
2bf626c4e4
@ -24,7 +24,6 @@ in the source distribution for its full text.
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef HAVE_DELAYACCT
|
||||
@ -47,7 +46,7 @@ in the source distribution for its full text.
|
||||
#include "Settings.h"
|
||||
#include "XUtils.h"
|
||||
#include "linux/LinuxProcess.h"
|
||||
#include "linux/Platform.h" // needed for GNU/hurd to get PATH_MAX
|
||||
#include "linux/Platform.h" // needed for GNU/hurd to get PATH_MAX // IWYU pragma: keep
|
||||
|
||||
#if defined(MAJOR_IN_MKDEV)
|
||||
#include <sys/mkdev.h>
|
||||
|
Reference in New Issue
Block a user