Re: [patch] Include recog.h from ira-int.h

2015-08-13 Thread Jeff Law
On 08/13/2015 12:09 PM, Andrew MacLeod wrote: There was a recent change which causes ira-int.h to depend on recog.h.. but doesnt include it. Every file which needs it included it before I think, it just required some shuffling of order. By including recog.h in ira-int.h ordering issues are fixe

[patch] Include recog.h from ira-int.h

2015-08-13 Thread Andrew MacLeod
There was a recent change which causes ira-int.h to depend on recog.h.. but doesnt include it. Every file which needs it included it before I think, it just required some shuffling of order. By including recog.h in ira-int.h ordering issues are fixed, and we can simply remove recog.h form eve