chiark / gitweb /
basic: add new merge_env_file function
[elogind.git] / src / basic / audit-util.h
index 8c4209d59afb87d8d2f12faaa1a33dfaec71f86e..b16ca585be3d5d10595e98d09e2f66fc2e2eae12 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 #pragma once
 
 /***
@@ -21,8 +19,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <stdint.h>
 #include <stdbool.h>
+#include <stdint.h>
 #include <sys/types.h>
 
 #define AUDIT_SESSION_INVALID ((uint32_t) -1)