correct includes
This commit is contained in:
parent
77aed1072b
commit
16f6fb7596
|
@ -1,7 +1,7 @@
|
|||
#ifndef BLOCK_H
|
||||
#define BLOCK_H
|
||||
|
||||
#include <bits/stdint-uintn.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SIGNAL_HANDLER_H
|
||||
#define SIGNAL_HANDLER_H
|
||||
|
||||
#include <bits/types/sigset_t.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "block.h"
|
||||
#include "timer.h"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define WATCHER_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <sys/poll.h>
|
||||
#include <poll.h>
|
||||
|
||||
#include "block.h"
|
||||
#include "main.h"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#include "block.h"
|
||||
|
||||
#include <bits/stdint-uintn.h>
|
||||
#include <bits/types/FILE.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "signal-handler.h"
|
||||
|
||||
#include <bits/stdint-uintn.h>
|
||||
#include <bits/types/sigset_t.h>
|
||||
#include <stdint.h>
|
||||
#include <signal.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/signalfd.h>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include <errno.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/poll.h>
|
||||
#include <poll.h>
|
||||
|
||||
#include "block.h"
|
||||
#include "util.h"
|
||||
|
|
Loading…
Reference in New Issue