aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r--gcc/builtins.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c
index 11c34e6..bbb0e81 100644
--- a/gcc/builtins.c
+++ b/gcc/builtins.c
@@ -35,10 +35,8 @@ along with GCC; see the file COPYING3. If not see
#include "tree-ssanames.h"
#include "expmed.h"
#include "optabs.h"
-#include "regs.h"
#include "emit-rtl.h"
#include "recog.h"
-#include "cgraph.h"
#include "diagnostic-core.h"
#include "alias.h"
#include "fold-const.h"
@@ -48,8 +46,6 @@ along with GCC; see the file COPYING3. If not see
#include "tree-object-size.h"
#include "realmpfr.h"
#include "cfgrtl.h"
-#include "internal-fn.h"
-#include "flags.h"
#include "except.h"
#include "dojump.h"
#include "explow.h"
@@ -59,7 +55,6 @@ along with GCC; see the file COPYING3. If not see
#include "output.h"
#include "typeclass.h"
#include "langhooks.h"
-#include "tree-dfa.h"
#include "value-prof.h"
#include "builtins.h"
#include "asan.h"