aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.cc
diff options
context:
space:
mode:
authorAndi Kleen <ak@gcc.gnu.org>2024-08-26 08:12:45 -0700
committerAndi Kleen <ak@gcc.gnu.org>2024-08-26 08:12:45 -0700
commitcc372be5d0a8a1665bc5f716458f326b5afad43f (patch)
tree369f06a5292d56da9fd60cdabc096495b6479091 /gcc/tree-if-conv.cc
parenteb63f9580f0220e347034ef337dbc93d12931d6c (diff)
downloadgcc-cc372be5d0a8a1665bc5f716458f326b5afad43f.zip
gcc-cc372be5d0a8a1665bc5f716458f326b5afad43f.tar.gz
gcc-cc372be5d0a8a1665bc5f716458f326b5afad43f.tar.bz2
Remove an unneeded include that was added by mistake.
gcc/ChangeLog: * tree-if-conv.cc: Remove unneeded include from last change.
Diffstat (limited to 'gcc/tree-if-conv.cc')
-rw-r--r--gcc/tree-if-conv.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-if-conv.cc b/gcc/tree-if-conv.cc
index 5aac65c..735e477 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"