summaryrefslogtreecommitdiff
path: root/src/shared/path-util.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-28 22:03:53 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-28 23:45:59 -0400
commit76877b46b652fbfcf8618458556178717b815cd8 (patch)
treea7849fdfc5cb29327a0b1cf082bcf2b0f5098423 /src/shared/path-util.h
parent13cbf3a5f0cf4a1d89413d0ffc4a9067b1d6d1a8 (diff)
tests: add some silly tests for path-util.c
Diffstat (limited to 'src/shared/path-util.h')
-rw-r--r--src/shared/path-util.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/shared/path-util.h b/src/shared/path-util.h
index ff523943d..9347bc3a9 100644
--- a/src/shared/path-util.h
+++ b/src/shared/path-util.h
@@ -1,7 +1,6 @@
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-#ifndef foopathutilhfoo
-#define foopathutilhfoo
+#pragma once
/***
This file is part of systemd.
@@ -41,5 +40,3 @@ char **path_strv_canonicalize_uniq(char **l);
int path_is_mount_point(const char *path, bool allow_symlink);
int path_is_read_only_fs(const char *path);
-
-#endif