mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 20:24:35 +03:00
Various code tidyups based on review commentary from BenBE
This commit is contained in:
@ -7,17 +7,19 @@ Released under the GNU GPLv2, see the COPYING file
|
||||
in the source distribution for its full text.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "Hashtable.h"
|
||||
#include "ProcessList.h"
|
||||
#include "pcp/Platform.h"
|
||||
#include "UsersTable.h"
|
||||
|
||||
#include "pcp/Platform.h"
|
||||
#include "zfs/ZfsArcStats.h"
|
||||
|
||||
|
||||
typedef enum CPUMetric_ {
|
||||
CPU_TOTAL_TIME,
|
||||
CPU_USER_TIME,
|
||||
|
Reference in New Issue
Block a user