summaryrefslogtreecommitdiff
path: root/src/core/load-dropin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/load-dropin.h')
-rw-r--r--src/core/load-dropin.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/load-dropin.h b/src/core/load-dropin.h
index 1e018c4525..942d26724e 100644
--- a/src/core/load-dropin.h
+++ b/src/core/load-dropin.h
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
#pragma once
/***
@@ -21,13 +19,13 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include "unit.h"
#include "dropin.h"
+#include "unit.h"
/* Read service data supplementary drop-in directories */
static inline int unit_find_dropin_paths(Unit *u, char ***paths) {
- return unit_file_find_dropin_paths(u->manager->lookup_paths.unit_path,
+ return unit_file_find_dropin_paths(u->manager->lookup_paths.search_path,
u->manager->unit_path_cache,
u->names,
paths);