From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id 7D884385783F for ; Mon, 24 Jul 2023 12:33:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7D884385783F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 3BA2122104 for ; Mon, 24 Jul 2023 12:33:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1690201984; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type; bh=CSq72VwhoaxgxtpuncvV19uijX/uyba50ciM8+1EjAU=; b=Ysk6lw0KPbVUdh9/R/j4iKX3WjP3fKQB6b79RZp1dDgS+Gwllk9Qv5UNsiQM26RYmoHBEe P7nqopAThQTyZjoQLTpfn4Od5C9mXZTh6kXQTXnPk23qGk8AJs9X72VSdXjyi9+HMaTRwS 43AgLt3rREWOv3jgHgiSdJF5bwZQx58= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1690201984; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type; bh=CSq72VwhoaxgxtpuncvV19uijX/uyba50ciM8+1EjAU=; b=IwquhApxCSPia58oZKQRBEXmsyRy0MlWY74XH6k74XMUMMuGe+LdFV/1R+mGjOK++PbiQy t3oaUel/ZADPV2DA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 1DD21138E8 for ; Mon, 24 Jul 2023 12:33:04 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id decgBoBvvmSLGAAAMHmgww (envelope-from ) for ; Mon, 24 Jul 2023 12:33:04 +0000 Date: Mon, 24 Jul 2023 14:33:03 +0200 (CEST) From: Richard Biener To: gcc-patches@gcc.gnu.org Subject: [PATCH] Remove unused tree-vectorizer.h include MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Message-Id: <20230724123304.1DD21138E8@imap2.suse-dmz.suse.de> X-Spam-Status: No, score=-11.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: Bootstrapped and tested on x86_64-unkown-linux-gnu, pushed. * tree-ssa-loop.cc: Remove unused tree-vectorizer.h include. --- gcc/tree-ssa-loop.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/tree-ssa-loop.cc b/gcc/tree-ssa-loop.cc index ab398c3f44d..f465fb8e0ff 100644 --- a/gcc/tree-ssa-loop.cc +++ b/gcc/tree-ssa-loop.cc @@ -35,7 +35,6 @@ along with GCC; see the file COPYING3. If not see #include "cfgloop.h" #include "tree-inline.h" #include "tree-scalar-evolution.h" -#include "tree-vectorizer.h" #include "omp-general.h" #include "diagnostic-core.h" #include "stringpool.h" -- 2.35.3