tree-wide: normalize includes of public headers

They are supposed to go into a sectinon of their own.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-11-28 09:14:22 +01:00
parent fe7a6da8c5
commit 6e86b24db3
5 changed files with 7 additions and 3 deletions

View File

@ -4,6 +4,7 @@
#include "sd-event.h"
#include "sd-journal.h"
#include "time-util.h"
typedef enum {

View File

@ -6,6 +6,7 @@
#include <sys/ioctl.h>
#include "sd-dhcp-server.h"
#include "sd-id128.h"
#include "alloc-util.h"
#include "dhcp-internal.h"
@ -13,7 +14,6 @@
#include "fd-util.h"
#include "in-addr-util.h"
#include "io-util.h"
#include "sd-id128.h"
#include "siphash24.h"
#include "string-util.h"
#include "unaligned.h"

View File

@ -2,6 +2,7 @@
#pragma once
#include "sd-bus.h"
#include "macro.h"
typedef struct BusWaitForJobs BusWaitForJobs;

View File

@ -6,8 +6,9 @@
#include <stdbool.h>
#include <sys/uio.h>
#include "io-util.h"
#include "sd-id128.h"
#include "io-util.h"
#include "time-util.h"
/* Make sure not to make this smaller than the maximum coredump size.

View File

@ -6,13 +6,14 @@
#include <errno.h>
#include <sys/prctl.h>
#include "sd-bus.h"
#include "bus-util.h"
#include "bus-error.h"
#include "def.h"
#include "env-util.h"
#include "log.h"
#include "process-util.h"
#include "sd-bus.h"
#include "signal-util.h"
#include "special.h"