Message ID | 163061539621.1943957.15148388017989435698.stgit@dwillia2-desk3.amr.corp.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Convert to the Meson build system | expand |
diff --git a/daxctl/migrate.c b/daxctl/migrate.c index 5fbe970fdaff..c51106625849 100644 --- a/daxctl/migrate.c +++ b/daxctl/migrate.c @@ -5,7 +5,6 @@ #include <stdio.h> #include <errno.h> #include <fcntl.h> -#include <daxctl/config.h> #include <daxctl/libdaxctl.h> #include <util/parse-options.h> #include <ccan/array_size/array_size.h> diff --git a/ndctl/keys.c b/ndctl/keys.c index 876b34714b7e..2f33b8fb488c 100644 --- a/ndctl/keys.c +++ b/ndctl/keys.c @@ -13,7 +13,6 @@ #include <keyutils.h> #include <syslog.h> -#include <ndctl/config.h> #include <ndctl/ndctl.h> #include <ndctl/libndctl.h> diff --git a/ndctl/monitor.c b/ndctl/monitor.c index 85890c5367d3..fde5b1209565 100644 --- a/ndctl/monitor.c +++ b/ndctl/monitor.c @@ -10,7 +10,6 @@ #include <util/util.h> #include <util/parse-options.h> #include <util/strbuf.h> -#include <ndctl/config.h> #include <ndctl/ndctl.h> #include <ndctl/libndctl.h> #include <sys/epoll.h>
In preparation for support for meson as the build infrastructure remove some explicit config.h includes that will be replaced by a unified config.h at the top of the project. Signed-off-by: Dan Williams <dan.j.williams@intel.com> --- daxctl/migrate.c | 1 - ndctl/keys.c | 1 - ndctl/monitor.c | 1 - 3 files changed, 3 deletions(-)