diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-06-29 04:02:17 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-06-29 04:02:17 +0200 |
commit | afb76fdbff6b17ab8d44b5721517cec519eac455 (patch) | |
tree | 906b777fe0e5dd9e356d359f419a0ffe5de9d766 /src/udev/net | |
parent | tree-wide: drop empty comments (diff) | |
download | systemd-afb76fdbff6b17ab8d44b5721517cec519eac455.tar.xz systemd-afb76fdbff6b17ab8d44b5721517cec519eac455.zip |
tree-wide: drop double newline
Diffstat (limited to 'src/udev/net')
-rw-r--r-- | src/udev/net/ethtool-util.h | 1 | ||||
-rw-r--r-- | src/udev/net/link-config.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/udev/net/ethtool-util.h b/src/udev/net/ethtool-util.h index 064bf4d2bd..d57a7565df 100644 --- a/src/udev/net/ethtool-util.h +++ b/src/udev/net/ethtool-util.h @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once - #include <macro.h> #include <linux/ethtool.h> diff --git a/src/udev/net/link-config.h b/src/udev/net/link-config.h index 4798bb101c..713513edad 100644 --- a/src/udev/net/link-config.h +++ b/src/udev/net/link-config.h @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once - #include "libudev.h" #include "condition.h" |