X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fcgroup.h;h=229da52ba40ab8623686c9498ba10119269e419e;hb=9261bb7c5058fd543e42020f72f5762349f92c65;hp=65fbe4da813ff08791c3f92fd6a7ae1e2d079bf8;hpb=88f3e0c91f08c65a479e1aa09f171550b744d829;p=elogind.git diff --git a/src/core/cgroup.h b/src/core/cgroup.h index 65fbe4da8..229da52ba 100644 --- a/src/core/cgroup.h +++ b/src/core/cgroup.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foocgrouphfoo -#define foocgrouphfoo +#pragma once /*** This file is part of systemd. @@ -90,5 +89,3 @@ int cgroup_bonding_get(Manager *m, const char *cgroup, CGroupBonding **bonding); int cgroup_notify_empty(Manager *m, const char *group); Unit* cgroup_unit_by_pid(Manager *m, pid_t pid); - -#endif