From 154c7b838e78f47d4a9eb2df66ea16f5dd7961b7 Mon Sep 17 00:00:00 2001 From: Tomasz Gromadzki Date: Tue, 31 Oct 2023 13:35:35 +0100 Subject: [PATCH] common: remove obsolete headers files Signed-off-by: Tomasz Gromadzki --- src/libpmem2/badblocks_ndctl.c | 3 +-- src/libpmem2/usc_ndctl.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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