]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/apparmor-util.c
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / shared / apparmor-util.c
index c2bbd330bdd212051bbe5418d1f0ec7987b80a01..e9c408189270d9a7757eccc86784bde34dfbcbbb 100644 (file)
@@ -1,5 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
+/* SPDX-License-Identifier: LGPL-2.1+ */
 /***
   This file is part of systemd.
 
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <stddef.h>
 
-#include "util.h"
-#include "fileio.h"
+#include "alloc-util.h"
 #include "apparmor-util.h"
+#include "fileio.h"
+#include "parse-util.h"
 
 bool mac_apparmor_use(void) {
         static int cached_use = -1;