]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: drop unnecessary inclusion of sys/quota.h
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 8 Jun 2025 20:52:17 +0000 (05:52 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 9 Jun 2025 13:45:23 +0000 (22:45 +0900)
As it is included by quota-util.h anyway.

src/home/homed-home.c
src/home/homed-manager.c
src/home/homework-quota.c

index 244e10166dcbb42a783d8d371c9522e2bc998bf0..38da41332bec05edb7b2271e69e96cdd96872fc9 100644 (file)
@@ -1,7 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1-or-later */
 
 #include <sys/mman.h>
-#include <sys/quota.h>
 #include <sys/vfs.h>
 
 #include "sd-bus.h"
index 511bc81707eabad34141baa70610c5a8c8a092e6..5c0ad7625f49b5371fdcb46124de48e1dfe806d5 100644 (file)
@@ -8,7 +8,6 @@
 #include <pwd.h>
 #include <sys/inotify.h>
 #include <sys/ioctl.h>
-#include <sys/quota.h>
 #include <sys/stat.h>
 
 #include "sd-bus.h"
index 5d256c5dcdd44d16ac249661d135f47cb94774c3..f8affe58eded83772206646738523b6efb4966ba 100644 (file)
@@ -1,5 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1-or-later */
-#include <sys/quota.h>
 
 #include "btrfs-util.h"
 #include "errno-util.h"