diff --git a/src/libpmem2/badblocks_ndctl.c b/src/libpmem2/badblocks_ndctl.c index d9e988d46a2..9fca5a71d1e 100644 --- a/src/libpmem2/badblocks_ndctl.c +++ b/src/libpmem2/badblocks_ndctl.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -/* Copyright 2017-2022, Intel Corporation */ +/* Copyright 2017-2023, Intel Corporation */ /* * badblocks_ndctl.c -- implementation of DIMMs API based on the ndctl library @@ -16,7 +16,6 @@ #include #include #include -#include #include "libpmem2.h" #include "pmem2_utils.h" diff --git a/src/libpmem2/usc_ndctl.c b/src/libpmem2/usc_ndctl.c index db658c7e10f..9b27d62d22b 100644 --- a/src/libpmem2/usc_ndctl.c +++ b/src/libpmem2/usc_ndctl.c @@ -1,11 +1,10 @@ // SPDX-License-Identifier: BSD-3-Clause -/* Copyright 2020-2022, Intel Corporation */ +/* Copyright 2020-2023, Intel Corporation */ /* * usc_ndctl.c -- pmem2 usc function for platforms using ndctl */ #include -#include #include #include #include