diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-10-31 11:07:23 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-10-31 17:57:03 +0900 |
commit | f5947a5e925117c55b390460d592f57504277bf9 (patch) | |
tree | 194f5591b1641cd30ea49c11f4f7b4582e7cbf34 /src/shared/ethtool-util.c | |
parent | 9648956d1f01d9e0f3c45840b4a38582225716ee (diff) | |
download | systemd-f5947a5e925117c55b390460d592f57504277bf9.tar.gz |
tree-wide: drop missing.h
Diffstat (limited to 'src/shared/ethtool-util.c')
-rw-r--r-- | src/shared/ethtool-util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/ethtool-util.c b/src/shared/ethtool-util.c index 346277c83a..e29b81f132 100644 --- a/src/shared/ethtool-util.c +++ b/src/shared/ethtool-util.c @@ -10,7 +10,6 @@ #include "extract-word.h" #include "log.h" #include "memory-util.h" -#include "missing.h" #include "socket-util.h" #include "string-table.h" #include "strxcpyx.h" |