mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 13:04:35 +03:00
platform-dependent files included relative to main source directory
This commit is contained in:
@ -8,7 +8,7 @@ in the source distribution for its full text.
|
||||
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include "Platform.h"
|
||||
#include "unsupported/Platform.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
|
@ -14,8 +14,8 @@ in the source distribution for its full text.
|
||||
#include "NetworkIOMeter.h"
|
||||
#include "ProcessLocksScreen.h"
|
||||
#include "SignalsPanel.h"
|
||||
#include "UnsupportedProcess.h"
|
||||
#include "generic/gettime.h"
|
||||
#include "unsupported/UnsupportedProcess.h"
|
||||
|
||||
|
||||
extern const SignalItem Platform_signals[];
|
||||
|
@ -7,7 +7,7 @@ in the source distribution for its full text.
|
||||
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include "UnsupportedProcess.h"
|
||||
#include "unsupported/UnsupportedProcess.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
Reference in New Issue
Block a user