mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 13:04:35 +03:00
platform-dependent files included relative to main source directory
This commit is contained in:
@ -5,7 +5,7 @@ Released under the GNU GPLv2, see the COPYING file
|
||||
in the source distribution for its full text.
|
||||
*/
|
||||
|
||||
#include "DarwinProcess.h"
|
||||
#include "darwin/DarwinProcess.h"
|
||||
|
||||
#include <libproc.h>
|
||||
#include <stdio.h>
|
||||
@ -14,8 +14,8 @@ in the source distribution for its full text.
|
||||
#include <mach/mach.h>
|
||||
|
||||
#include "CRT.h"
|
||||
#include "Platform.h"
|
||||
#include "Process.h"
|
||||
#include "darwin/Platform.h"
|
||||
|
||||
|
||||
const ProcessFieldData Process_fields[LAST_PROCESSFIELD] = {
|
||||
|
@ -9,9 +9,8 @@ in the source distribution for its full text.
|
||||
|
||||
#include <sys/sysctl.h>
|
||||
|
||||
#include "DarwinProcessList.h"
|
||||
#include "Settings.h"
|
||||
|
||||
#include "darwin/DarwinProcessList.h"
|
||||
|
||||
typedef struct DarwinProcess_ {
|
||||
Process super;
|
||||
|
@ -5,7 +5,7 @@ Released under the GNU GPLv2, see the COPYING file
|
||||
in the source distribution for its full text.
|
||||
*/
|
||||
|
||||
#include "DarwinProcessList.h"
|
||||
#include "darwin/DarwinProcessList.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <libproc.h>
|
||||
@ -19,9 +19,9 @@ in the source distribution for its full text.
|
||||
#include <sys/sysctl.h>
|
||||
|
||||
#include "CRT.h"
|
||||
#include "DarwinProcess.h"
|
||||
#include "Platform.h"
|
||||
#include "ProcessList.h"
|
||||
#include "darwin/DarwinProcess.h"
|
||||
#include "darwin/Platform.h"
|
||||
#include "generic/openzfs_sysctl.h"
|
||||
#include "zfs/ZfsArcStats.h"
|
||||
|
||||
|
@ -8,7 +8,7 @@ in the source distribution for its full text.
|
||||
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include "Platform.h"
|
||||
#include "darwin/Platform.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <math.h>
|
||||
@ -22,7 +22,6 @@ in the source distribution for its full text.
|
||||
#include "ClockMeter.h"
|
||||
#include "CPUMeter.h"
|
||||
#include "CRT.h"
|
||||
#include "DarwinProcessList.h"
|
||||
#include "DateMeter.h"
|
||||
#include "DateTimeMeter.h"
|
||||
#include "HostnameMeter.h"
|
||||
@ -34,6 +33,7 @@ in the source distribution for its full text.
|
||||
#include "SysArchMeter.h"
|
||||
#include "TasksMeter.h"
|
||||
#include "UptimeMeter.h"
|
||||
#include "darwin/DarwinProcessList.h"
|
||||
#include "zfs/ZfsArcMeter.h"
|
||||
#include "zfs/ZfsCompressedArcMeter.h"
|
||||
|
||||
|
@ -14,11 +14,11 @@ in the source distribution for its full text.
|
||||
#include "Action.h"
|
||||
#include "BatteryMeter.h"
|
||||
#include "CPUMeter.h"
|
||||
#include "DarwinProcess.h"
|
||||
#include "DiskIOMeter.h"
|
||||
#include "NetworkIOMeter.h"
|
||||
#include "ProcessLocksScreen.h"
|
||||
#include "SignalsPanel.h"
|
||||
#include "darwin/DarwinProcess.h"
|
||||
#include "generic/gettime.h"
|
||||
#include "generic/hostname.h"
|
||||
#include "generic/uname.h"
|
||||
|
Reference in New Issue
Block a user