1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

tree-wide: drop unnecessary utmp includes

This commit is contained in:
Lennart Poettering 2024-09-06 13:22:06 +02:00
parent f3389fffd6
commit 983fee2e94
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#include <getopt.h>
#include <utmp.h>
#include "alloc-util.h"
#include "build.h"

View File

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#include <getopt.h>
#include <utmp.h>
#include "build.h"
#include "dirent-util.h"