From: Andi Kleen Date: Mon, 26 Aug 2024 15:12:45 +0000 (-0700) Subject: Remove an unneeded include that was added by mistake. X-Git-Tag: basepoints/gcc-16~6359 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cc372be5d0a8a1665bc5f716458f326b5afad43f;p=thirdparty%2Fgcc.git Remove an unneeded include that was added by mistake. gcc/ChangeLog: * tree-if-conv.cc: Remove unneeded include from last change. --- diff --git a/gcc/tree-if-conv.cc b/gcc/tree-if-conv.cc index 5aac65cfbd1..735e47763de 100644 --- a/gcc/tree-if-conv.cc +++ b/gcc/tree-if-conv.cc @@ -124,7 +124,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-vectorizer.h" #include "tree-eh.h" #include "cgraph.h" -#include "print-tree.h" /* For lang_hooks.types.type_for_mode. */ #include "langhooks.h"