platform-dependent files included relative to main source directory

This commit is contained in:
mayurdahibhate
2021-04-29 23:43:36 +05:30
committed by BenBE
parent 1b74dfe187
commit 3f86a011e6
41 changed files with 97 additions and 91 deletions

View File

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

View File

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

View File

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