Include signal.h, reorder headers

This commit is contained in:
Benny Baumann
2021-04-03 20:49:45 +02:00
parent 75fd9edf75
commit 6c66f32fa7
4 changed files with 29 additions and 18 deletions

View File

@ -9,9 +9,12 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
#include "config.h" // IWYU pragma: keep
#include <libproc.h>
#include <signal.h>
#include <stdbool.h>
#include <sys/mkdev.h>
#include <sys/proc.h>
#include <sys/types.h>
@ -22,6 +25,7 @@ in the source distribution for its full text.
#include "NetworkIOMeter.h"
#include "ProcessLocksScreen.h"
#include "SignalsPanel.h"
#include "generic/hostname.h"
#include "generic/uname.h"