mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 04:34:35 +03:00
Update platform-specific header includes to use pcp paths.
Resolves a couple of remaining review notes from @BenBE.
This commit is contained in:
@ -9,18 +9,19 @@ in the source distribution for its full text.
|
||||
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include "PCPProcessList.h"
|
||||
#include "pcp/PCPProcessList.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include "CRT.h"
|
||||
#include "Macros.h"
|
||||
#include "Object.h"
|
||||
#include "PCPProcess.h"
|
||||
#include "Process.h"
|
||||
#include "Settings.h"
|
||||
#include "XUtils.h"
|
||||
|
||||
#include "pcp/PCPProcess.h"
|
||||
|
||||
|
||||
static int PCPProcessList_computeCPUcount(void) {
|
||||
int cpus;
|
||||
|
Reference in New Issue
Block a user