From 3f86a011e6804e2fc94c3dbc9c627d0f468d787a Mon Sep 17 00:00:00 2001 From: mayurdahibhate Date: Thu, 29 Apr 2021 23:43:36 +0530 Subject: platform-dependent files included relative to main source directory --- solaris/Platform.h | 1 - solaris/SolarisProcessList.c | 7 ++++--- solaris/SolarisProcessList.h | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'solaris') diff --git a/solaris/Platform.h b/solaris/Platform.h index 47fa3727..95a7ceb1 100644 --- a/solaris/Platform.h +++ b/solaris/Platform.h @@ -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" diff --git a/solaris/SolarisProcessList.c b/solaris/SolarisProcessList.c index 5e160540..5e7e66ee 100644 --- a/solaris/SolarisProcessList.c +++ b/solaris/SolarisProcessList.c @@ -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 #include @@ -23,6 +22,8 @@ in the source distribution for its full text. #include #include "CRT.h" +#include "solaris/ProcessList.h" +#include "solaris/SolarisProcess.h" #define MAXCMDLINE 255 diff --git a/solaris/SolarisProcessList.h b/solaris/SolarisProcessList.h index 78362b65..90d893c8 100644 --- a/solaris/SolarisProcessList.h +++ b/solaris/SolarisProcessList.h @@ -13,8 +13,6 @@ in the source distribution for its full text. #define GZONE "global " #define UZONE "unknown " -#include "zfs/ZfsArcStats.h" - #include #include #include @@ -23,6 +21,9 @@ in the source distribution for its full text. #include #include +#include "zfs/ZfsArcStats.h" + + #define ZONE_ERRMSGLEN 1024 extern char zone_errmsg[ZONE_ERRMSGLEN]; -- cgit v1.2.3