On Tue, 7 Jul 2015, Andrew MacLeod wrote: > This patch flattens both sel-sched-dump.h and sel-sched-ir.h. Both these files > end up including cfgloop.h, so in preparation for flattening cfgloop.h, > flatten these. Note they actually have only a small effect on what includes > them.
This patch removes #include "insn-attr.h" from sel-sched-ir.h without adding it to .c files. I'm curious how it works, is that file now arranged to be included elsewhere? (sorry if I missed it, but the patch series does not seem to mention insn-attr.h specifically) Thanks. Alexander