tree-wide: drop libkmod.h when module-util.h is included

This commit is contained in:
Yu Watanabe 2019-11-01 18:20:59 +09:00
parent adb29d588e
commit c415489932
4 changed files with 0 additions and 4 deletions

View File

@ -12,7 +12,6 @@
#include "string-util.h"
#if HAVE_KMOD
#include <libkmod.h>
#include "module-util.h"
static void systemd_kmod_log(

View File

@ -2,7 +2,6 @@
#include <errno.h>
#include <getopt.h>
#include <libkmod.h>
#include <limits.h>
#include <sys/stat.h>

View File

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include <arpa/inet.h>
#include <libkmod.h>
#include <linux/if_tunnel.h>
#include <linux/ip.h>
#include <sys/types.h>

View File

@ -6,7 +6,6 @@
*/
#include <errno.h>
#include <libkmod.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>