Update platform-specific header includes to use pcp paths.

Resolves a couple of remaining review notes from @BenBE.
This commit is contained in:
Nathan Scott
2021-06-07 13:46:29 +10:00
parent 4bcb5d116b
commit 144fd0a8d7
3 changed files with 7 additions and 6 deletions

View File

@ -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;