mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
platform-dependent files included relative to main source directory
This commit is contained in:
@ -6,7 +6,7 @@ Released under the GNU GPLv2, see the COPYING file
|
||||
in the source distribution for its full text.
|
||||
*/
|
||||
|
||||
#include "OpenBSDProcessList.h"
|
||||
#include "openbsd/OpenBSDProcessList.h"
|
||||
|
||||
#include <kvm.h>
|
||||
#include <limits.h>
|
||||
@ -25,11 +25,11 @@ in the source distribution for its full text.
|
||||
#include "CRT.h"
|
||||
#include "Macros.h"
|
||||
#include "Object.h"
|
||||
#include "OpenBSDProcess.h"
|
||||
#include "Process.h"
|
||||
#include "ProcessList.h"
|
||||
#include "Settings.h"
|
||||
#include "XUtils.h"
|
||||
#include "openbsd/OpenBSDProcess.h"
|
||||
|
||||
|
||||
static long fscale;
|
||||
|
Reference in New Issue
Block a user