]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
path: Clean up includes
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 14 May 2025 21:04:52 +0000 (23:04 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 14 May 2025 22:00:03 +0000 (00:00 +0200)
src/path/path.c

index 97685d2bd8fa2f326c06e0968059019aced1cc7a..c725dd76fdc1cc660345060433a8a28e060e062d 100644 (file)
@@ -1,9 +1,7 @@
 /* SPDX-License-Identifier: LGPL-2.1-or-later */
 
-#include <errno.h>
 #include <getopt.h>
 #include <stdio.h>
-#include <stdlib.h>
 
 #include "sd-path.h"
 
@@ -11,7 +9,6 @@
 #include "build.h"
 #include "errno-util.h"
 #include "log.h"
-#include "macro.h"
 #include "main-func.h"
 #include "pager.h"
 #include "pretty-print.h"