mirror of https://github.com/xzeldon/htop.git
Fix include paths and minor whitespace issues
This commit is contained in:
parent
9b6cecfede
commit
497f468ed0
|
@ -8,7 +8,7 @@ Released under the GNU GPLv2, see the COPYING file
|
|||
in the source distribution for its full text.
|
||||
*/
|
||||
|
||||
#include "NetBSDProcess.h"
|
||||
#include "netbsd/NetBSDProcess.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ Released under the GNU GPLv2, see the COPYING file
|
|||
in the source distribution for its full text.
|
||||
*/
|
||||
|
||||
#include "NetBSDProcessList.h"
|
||||
#include "netbsd/NetBSDProcessList.h"
|
||||
|
||||
#include <kvm.h>
|
||||
#include <limits.h>
|
||||
|
@ -27,12 +27,13 @@ in the source distribution for its full text.
|
|||
#include "CRT.h"
|
||||
#include "Macros.h"
|
||||
#include "Object.h"
|
||||
#include "NetBSDProcess.h"
|
||||
#include "netbsd/NetBSDProcess.h"
|
||||
#include "Process.h"
|
||||
#include "ProcessList.h"
|
||||
#include "Settings.h"
|
||||
#include "XUtils.h"
|
||||
|
||||
|
||||
static long fscale;
|
||||
static int pageSize;
|
||||
static int pageSizeKB;
|
||||
|
|
|
@ -8,7 +8,7 @@ Released under the GNU GPLv2, see the COPYING file
|
|||
in the source distribution for its full text.
|
||||
*/
|
||||
|
||||
#include "Platform.h"
|
||||
#include "netbsd/Platform.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <kvm.h>
|
||||
|
@ -31,8 +31,8 @@ in the source distribution for its full text.
|
|||
#include "Macros.h"
|
||||
#include "MemoryMeter.h"
|
||||
#include "Meter.h"
|
||||
#include "NetBSDProcess.h"
|
||||
#include "NetBSDProcessList.h"
|
||||
#include "netbsd/NetBSDProcess.h"
|
||||
#include "netbsd/NetBSDProcessList.h"
|
||||
#include "ProcessList.h"
|
||||
#include "Settings.h"
|
||||
#include "SignalsPanel.h"
|
||||
|
|
Loading…
Reference in New Issue