diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-01 10:20:59 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-03 16:30:32 +0100 |
commit | c41548993209e5f148477817bc77a56454088f73 (patch) | |
tree | d87e1179aca6e71b73e9c90e0db940c0677523d7 /src/modules-load | |
parent | tree-wide: drop blkid.h when blkid-util.h is included (diff) | |
download | systemd-c41548993209e5f148477817bc77a56454088f73.tar.xz systemd-c41548993209e5f148477817bc77a56454088f73.zip |
tree-wide: drop libkmod.h when module-util.h is included
Diffstat (limited to 'src/modules-load')
-rw-r--r-- | src/modules-load/modules-load.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules-load/modules-load.c b/src/modules-load/modules-load.c index aaeb2c0d2f..337a460318 100644 --- a/src/modules-load/modules-load.c +++ b/src/modules-load/modules-load.c @@ -2,7 +2,6 @@ #include <errno.h> #include <getopt.h> -#include <libkmod.h> #include <limits.h> #include <sys/stat.h> |