summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/grp-system/libcore/src/load-fragment-gperf.gperf.m47
-rw-r--r--src/libsystemd/src/sd-journal/audit-type.c2
2 files changed, 5 insertions, 4 deletions
diff --git a/src/grp-system/libcore/src/load-fragment-gperf.gperf.m4 b/src/grp-system/libcore/src/load-fragment-gperf.gperf.m4
index 6a5c16a000..4658fe71b8 100644
--- a/src/grp-system/libcore/src/load-fragment-gperf.gperf.m4
+++ b/src/grp-system/libcore/src/load-fragment-gperf.gperf.m4
@@ -1,8 +1,9 @@
%{
#include <stddef.h>
-#include "conf-parser.h"
-#include "load-fragment.h"
-#include "missing.h"
+
+#include "core/load-fragment.h"
+#include "systemd-basic/missing.h"
+#include "systemd-shared/conf-parser.h"
%}
struct ConfigPerfItem;
%null_strings
diff --git a/src/libsystemd/src/sd-journal/audit-type.c b/src/libsystemd/src/sd-journal/audit-type.c
index b4fe13e8da..1644e3f1b1 100644
--- a/src/libsystemd/src/sd-journal/audit-type.c
+++ b/src/libsystemd/src/sd-journal/audit-type.c
@@ -24,8 +24,8 @@
# include <libaudit.h>
#endif
-#include "audit_type-to-name.h"
#include "systemd-basic/macro.h"
#include "systemd-basic/missing.h"
#include "audit-type.h"
+#include "audit_type-to-name.h"