diff options
Diffstat (limited to 'src/core/cgroup-attr.h')
-rw-r--r-- | src/core/cgroup-attr.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/cgroup-attr.h b/src/core/cgroup-attr.h index 2b3c1aea9e..2b754eac40 100644 --- a/src/core/cgroup-attr.h +++ b/src/core/cgroup-attr.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foocgroupattrhfoo -#define foocgroupattrhfoo +#pragma once /*** This file is part of systemd. @@ -45,5 +44,3 @@ int cgroup_attribute_apply_list(CGroupAttribute *first, CGroupBonding *b); CGroupAttribute *cgroup_attribute_find_list(CGroupAttribute *first, const char *controller, const char *name); void cgroup_attribute_free_list(CGroupAttribute *first); - -#endif |