https://gcc.gnu.org/g:cc372be5d0a8a1665bc5f716458f326b5afad43f

commit r15-3194-gcc372be5d0a8a1665bc5f716458f326b5afad43f
Author: Andi Kleen <a...@gcc.gnu.org>
Date:   Mon Aug 26 08:12:45 2024 -0700

    Remove an unneeded include that was added by mistake.
    
    gcc/ChangeLog:
    
            * tree-if-conv.cc: Remove unneeded include from last change.

Diff:
---
 gcc/tree-if-conv.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/tree-if-conv.cc b/gcc/tree-if-conv.cc
index 5aac65cfbd18..735e47763de1 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"

Reply via email to