diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-07 03:38:08 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-07 03:38:08 +0100 |
commit | a2cdd907d1ffd314d1f15d83851610231f69eb61 (patch) | |
tree | 7c38c45ea91f083865b3b8aa7ab483f6549a694e | |
parent | c3b8df24a9eee82b1414ad345d2e181382d2a62a (diff) |
rtnl: internal headers must include pragma once protection
-rw-r--r-- | src/libsystemd-rtnl/rtnl-internal.h | 2 | ||||
-rw-r--r-- | src/libsystemd-rtnl/rtnl-util.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/libsystemd-rtnl/rtnl-internal.h b/src/libsystemd-rtnl/rtnl-internal.h index 70bb6d0b18..b34e7ea126 100644 --- a/src/libsystemd-rtnl/rtnl-internal.h +++ b/src/libsystemd-rtnl/rtnl-internal.h @@ -1,5 +1,7 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ +#pragma once + /*** This file is part of systemd. diff --git a/src/libsystemd-rtnl/rtnl-util.h b/src/libsystemd-rtnl/rtnl-util.h index a6ac4b62c9..902ff646cf 100644 --- a/src/libsystemd-rtnl/rtnl-util.h +++ b/src/libsystemd-rtnl/rtnl-util.h @@ -1,5 +1,7 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ +#pragma once + /*** This file is part of systemd. |