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