]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/audit-fd.c
tree-wide: sort includes
[thirdparty/systemd.git] / src / core / audit-fd.c
index 3ae46d8cfb8d3cf6bc37f12515a71f109c7f2c4a..0a484d89fc427663993d2296942e71085ecde97b 100644 (file)
 
 
 #include <errno.h>
+
 #include "audit-fd.h"
 
 #ifdef HAVE_AUDIT
 
-#include <stdbool.h>
 #include <libaudit.h>
+#include <stdbool.h>
 
+#include "fd-util.h"
 #include "log.h"
 #include "util.h"
-#include "fd-util.h"
 
 static bool initialized = false;
 static int audit_fd;