On Wed, Oct 23, 2013 at 10:27 AM, Andrew MacLeod <amacl...@redhat.com> wrote: > Similar to tree-ssa.h, tree-ssa-loops.h became an aggregator for 3 of the > tree-ssa-loop* header files. This remedies that situation. > > The average .c file required only 1 of the 3 includes from tree-ssa-loop.h. > > Bootstraps on x86_64-unknown-linux-gnu (with graphite enabled :-). > Regressions are running, but I expect no issues due to this just being just > an include shuffle.
Looks OK. What do you think about Jan-Benedict's idea of installing a commit hook that would check that no #includes of certain headers get into other headers? We could just leave this to code reviews, but perhaps installing a hook makes it easier. Diego.