mirror of https://github.com/xzeldon/htop.git
Update platform-specific header includes to use pcp paths.
Resolves a couple of remaining review notes from @BenBE.
This commit is contained in:
parent
4bcb5d116b
commit
144fd0a8d7
|
@ -7,7 +7,7 @@ Released under the GNU GPLv2, see the COPYING file
|
|||
in the source distribution for its full text.
|
||||
*/
|
||||
|
||||
#include "PCPProcess.h"
|
||||
#include "pcp/PCPProcess.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -9,7 +9,7 @@ in the source distribution for its full text.
|
|||
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include "Platform.h"
|
||||
#include "pcp/Platform.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
|
@ -29,8 +29,6 @@ in the source distribution for its full text.
|
|||
#include "NetworkIOMeter.h"
|
||||
#include "Object.h"
|
||||
#include "Panel.h"
|
||||
#include "PCPProcess.h"
|
||||
#include "PCPProcessList.h"
|
||||
#include "ProcessList.h"
|
||||
#include "ProvideCurses.h"
|
||||
#include "Settings.h"
|
||||
|
@ -43,6 +41,8 @@ in the source distribution for its full text.
|
|||
#include "linux/PressureStallMeter.h"
|
||||
#include "linux/ZramMeter.h"
|
||||
#include "linux/ZramStats.h"
|
||||
#include "pcp/PCPProcess.h"
|
||||
#include "pcp/PCPProcessList.h"
|
||||
#include "zfs/ZfsArcMeter.h"
|
||||
#include "zfs/ZfsArcStats.h"
|
||||
#include "zfs/ZfsCompressedArcMeter.h"
|
||||
|
|
Loading…
Reference in New Issue