Fix include paths and minor whitespace issues

This commit is contained in:
fraggerfox 2021-04-24 09:50:51 +05:30 committed by BenBE
parent 9b6cecfede
commit 497f468ed0
3 changed files with 7 additions and 6 deletions

View File

@ -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>

View File

@ -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;

View File

@ -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"