This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ObjC/ObjC++: Tidy up #includes of objc-act.c


> I don't think this should be done.

Ok, no big deal.  We can leave the #includes as they are; presumably
the people who are working on cleaning the compiler includes will clean
them up themselves in a way that is consistent with the rest of the
compiler.

>> #include "system.h"
>> #include "coretypes.h"
>> -#include "tm.h"
>> #include "tree.h"
>>
>> Hum, you didn't actually test this did you?

Of course I did.  It still works because target.h pulls in tm.h anyway.

Thanks


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]