]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/update-done/update-done.c
headers: remove unneeded includes from util.h
[thirdparty/systemd.git] / src / update-done / update-done.c
index c76c2d1f5180f5353518fa96fcfc62c2a9d0ea03..bbd14165d5ad4b4199c5a554911bffdb81b58e9f 100644 (file)
@@ -1,9 +1,13 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 
+#include <sys/stat.h>
+#include <sys/types.h>
+#include <unistd.h>
+
 #include "alloc-util.h"
 #include "fileio-label.h"
 #include "selinux-util.h"
-#include "util.h"
+#include "time-util.h"
 
 #define MESSAGE                                                         \
         "# This file was created by systemd-update-done. Its only \n"   \