mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 20:44:35 +03:00
platform-dependent files included relative to main source directory
This commit is contained in:
@ -25,7 +25,6 @@ in the source distribution for its full text.
|
||||
#include "NetworkIOMeter.h"
|
||||
#include "ProcessLocksScreen.h"
|
||||
#include "SignalsPanel.h"
|
||||
|
||||
#include "generic/gettime.h"
|
||||
#include "generic/hostname.h"
|
||||
#include "generic/uname.h"
|
||||
|
@ -6,9 +6,8 @@ Released under the GNU GPLv2, see the COPYING file
|
||||
in the source distribution for its full text.
|
||||
*/
|
||||
|
||||
#include "ProcessList.h"
|
||||
#include "SolarisProcess.h"
|
||||
#include "SolarisProcessList.h"
|
||||
|
||||
#include "solaris/SolarisProcessList.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
@ -23,6 +22,8 @@ in the source distribution for its full text.
|
||||
#include <time.h>
|
||||
|
||||
#include "CRT.h"
|
||||
#include "solaris/ProcessList.h"
|
||||
#include "solaris/SolarisProcess.h"
|
||||
|
||||
|
||||
#define MAXCMDLINE 255
|
||||
|
@ -13,8 +13,6 @@ in the source distribution for its full text.
|
||||
#define GZONE "global "
|
||||
#define UZONE "unknown "
|
||||
|
||||
#include "zfs/ZfsArcStats.h"
|
||||
|
||||
#include <kstat.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/uio.h>
|
||||
@ -23,6 +21,9 @@ in the source distribution for its full text.
|
||||
#include <sys/sysinfo.h>
|
||||
#include <sys/swap.h>
|
||||
|
||||
#include "zfs/ZfsArcStats.h"
|
||||
|
||||
|
||||
#define ZONE_ERRMSGLEN 1024
|
||||
extern char zone_errmsg[ZONE_ERRMSGLEN];
|
||||
|
||||
|
Reference in New Issue
Block a user