Message ID | 162586037675.1431180.18352963282603697078.stgit@dwillia2-desk3.amr.corp.intel.com |
---|---|
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 ed869d383641..f90ac1f1a6db 100644 --- a/ndctl/keys.c +++ b/ndctl/keys.c @@ -14,7 +14,6 @@ #include <syslog.h> #include <ndctl.h> -#include <ndctl/config.h> #include <ndctl/libndctl.h> #include "keys.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(-)