Re: [patch] Remove gimple.h from header files.

2013-10-28 Thread Jeff Law
On 10/28/13 11:39, Andrew MacLeod wrote: There are currently only 2 .h files which include gimple.h, so removing this indirection is not too difficult. Similar to the tree.h change Diego made, only .c files should include gimple.h. Bootstraps on x86_64-unknown-linux-gnu, regression tests are ru

[patch] Remove gimple.h from header files.

2013-10-28 Thread Andrew MacLeod
There are currently only 2 .h files which include gimple.h, so removing this indirection is not too difficult. Similar to the tree.h change Diego made, only .c files should include gimple.h. Bootstraps on x86_64-unknown-linux-gnu, regression tests are running. Assuming no issues, OK? Andr