From: Andrew Pinski Date: Sat, 19 Apr 2025 00:10:12 +0000 (-0700) Subject: phiopt: Remove calls.h include [PR119811] X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c565e0d3c4ad7c58697f3661269483ce6067e313;p=thirdparty%2Fgcc.git phiopt: Remove calls.h include [PR119811] When the patch, https://gcc.gnu.org/pipermail/gcc-patches/2024-August/660807.html was rewroked into r15-3047-g404d947d8ddd3c, the include for calls.h was still included and missed that it was no longer needed. Pushed as obvious. PR tree-optimization/119811 gcc/ChangeLog: * tree-ssa-phiopt.cc: Remove calls.h include. Signed-off-by: Andrew Pinski --- diff --git a/gcc/tree-ssa-phiopt.cc b/gcc/tree-ssa-phiopt.cc index a194bf675e4..e27166c55a5 100644 --- a/gcc/tree-ssa-phiopt.cc +++ b/gcc/tree-ssa-phiopt.cc @@ -54,7 +54,6 @@ along with GCC; see the file COPYING3. If not see #include "dbgcnt.h" #include "tree-ssa-propagate.h" #include "tree-ssa-dce.h" -#include "calls.h" #include "tree-ssa-loop-niter.h" /* Return the singleton PHI in the SEQ of PHIs for edges E0 and E1. */