Re: [patch] Adjust hash-table.h and it's pre-requisite includes.

2015-06-09 Thread Martin Liška
On 06/05/2015 05:24 PM, Andrew MacLeod wrote: > There is a horrible morass of include dependencies between hash-map.h, > mem-stats.h and hash-table.h. There are even includes in both directions > (mem-stats.h and hash-map.h include each other, as do hash-map.h and > hash-table.h.. blech). Some

Re: [patch] Adjust hash-table.h and it's pre-requisite includes.

2015-06-08 Thread Richard Biener
On Fri, Jun 5, 2015 at 5:24 PM, Andrew MacLeod wrote: > There is a horrible morass of include dependencies between hash-map.h, > mem-stats.h and hash-table.h. There are even includes in both directions > (mem-stats.h and hash-map.h include each other, as do hash-map.h and > hash-table.h.. blech).

[patch] Adjust hash-table.h and it's pre-requisite includes.

2015-06-05 Thread Andrew MacLeod
There is a horrible morass of include dependencies between hash-map.h, mem-stats.h and hash-table.h. There are even includes in both directions (mem-stats.h and hash-map.h include each other, as do hash-map.h and hash-table.h.. blech). Some of those files need parts of the other file to compi