From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42e.google.com (mail-pf1-x42e.google.com [IPv6:2607:f8b0:4864:20::42e]) by sourceware.org (Postfix) with ESMTPS id BBAC8386547E for ; Thu, 20 Oct 2022 18:26:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BBAC8386547E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pf1-x42e.google.com with SMTP id p14so343350pfq.5 for ; Thu, 20 Oct 2022 11:26:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=ftuHCYlj2PTuc9R7KrdGV7/RxcfBSZ6D83w7cpnRehM=; b=Q0wZYVLeQGFkSjHqE/KXywS0HQ5rkahydiTSb/7hiI2XeAJ0pblXPAWezWOf0KeQvB SsxpzfhU/y68POzD7HFE4MvHl5I1BwclzIsCmhcaKL79CVBY565o4ZZbjOYk8kUZLHth 7aYYzD61++rxmdeboujYxon7Rqista2OCPHUUU4AzZeAfokuB/8IQHKZs/cqRBxxunA4 tOzQJwk6AzFRzWUnb4GP6X9IEA4io9GkYWDwLp3frQyrXxYC5TE5S1FEHEAavqbrMdS8 R8VhnwzmDnp7UYudJ2JeHT3i0wGvx3t5LJqAHOkWfogb5tfJL9YL7vzAjsJeKuDpj1Qr Xt+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ftuHCYlj2PTuc9R7KrdGV7/RxcfBSZ6D83w7cpnRehM=; b=jP0g1BLndF2EfJIJkiB5U88c+6LuizMzrhB8VZ6e9n5WjYvtDd230x7zj+hA5GaOSx e0moZr/YWhD9sThOdIXcxqBV5FReBXMZno83fjKZdcP0+W81Y1a/hsxclDTzfzMD0uP4 H+FrzTmHX3F6g1KjvrTRohSDlNbkywW7+IlXop9UfVmrp6mDpGWYK4s2wbc2r23+W1/o nglkW0mr0rtyuSJq2jbTAEQrwUEfrA7PbsEGShVemGf79AEnJ1uuJ2po8U7rr5FbMeem 8Zh1j/3SO7ioJV8NDlqLPG0tDRvOSKKd1wSq0Qo4d4XniLrb7zd9/ADrOCtkVt48MfQY qUeg== X-Gm-Message-State: ACrzQf0VETLhRQxBinXdmpF/dWMf0JzMlG/8iCGXLF7htZmzucF5Ta1t Xyk3IRQkvU1QoZrsH6dpwwu6/B3r8LBbcw== X-Google-Smtp-Source: AMsMyM7ZyncWnTxzntPxSQTA3F3OOjoVnrrHyRko/QPjovt6DOGpzSFRcUjIdmej78b13FcQ9iyd4A== X-Received: by 2002:a63:1923:0:b0:441:2c12:f704 with SMTP id z35-20020a631923000000b004412c12f704mr13164240pgl.398.1666290386407; Thu, 20 Oct 2022 11:26:26 -0700 (PDT) Received: from localhost.localdomain ([103.94.185.75]) by smtp.googlemail.com with ESMTPSA id w15-20020a17090a460f00b00202fbd9c21dsm115067pjg.48.2022.10.20.11.26.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 Oct 2022 11:26:25 -0700 (PDT) From: Yonggang Luo To: elfutils-devel@sourceware.org Cc: Yonggang Luo Subject: [PATCH 03/25] libebl: There is no need #include in eblclosebackend.c and eblopenbackend.c Date: Fri, 21 Oct 2022 02:25:42 +0800 Message-Id: <20221020182603.815-4-luoyonggang@gmail.com> X-Mailer: git-send-email 2.36.1.windows.1 In-Reply-To: <20221020182603.815-1-luoyonggang@gmail.com> References: <20221020182603.815-1-luoyonggang@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-10.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: It's not accessed symbols in dlfcn.h in eblclosebackend.c and eblopenbackend.c Signed-off-by: Yonggang Luo --- libebl/eblclosebackend.c | 1 - libebl/eblopenbackend.c | 1 - 2 files changed, 2 deletions(-) diff --git a/libebl/eblclosebackend.c b/libebl/eblclosebackend.c index 501e5c7b..7fa068ec 100644 --- a/libebl/eblclosebackend.c +++ b/libebl/eblclosebackend.c @@ -30,7 +30,6 @@ # include #endif -#include #include #include diff --git a/libebl/eblopenbackend.c b/libebl/eblopenbackend.c index c6657252..02f80653 100644 --- a/libebl/eblopenbackend.c +++ b/libebl/eblopenbackend.c @@ -31,7 +31,6 @@ #endif #include -#include #include #include #include -- 2.36.1.windows.1