summaryrefslogtreecommitdiff
path: root/src/grp-utils/systemd-path/sd-path.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-utils/systemd-path/sd-path.c')
-rw-r--r--src/grp-utils/systemd-path/sd-path.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/grp-utils/systemd-path/sd-path.c b/src/grp-utils/systemd-path/sd-path.c
index b904b56c01..2e0a0a7cfd 100644
--- a/src/grp-utils/systemd-path/sd-path.c
+++ b/src/grp-utils/systemd-path/sd-path.c
@@ -17,8 +17,6 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include "sd-path.h"
-
#include "basic/alloc-util.h"
#include "basic/architecture.h"
#include "basic/fd-util.h"
@@ -30,6 +28,8 @@
#include "basic/user-util.h"
#include "basic/util.h"
+#include "sd-path.h"
+
static int from_environment(const char *envname, const char *fallback, const char **ret) {
assert(ret);