Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!cornell!rochester!rutgers!att!homxb!hound!rkl1 From: rkl1@hound.UUCP (K.LAUX) Newsgroups: comp.lang.c Subject: Re: Recursive #includes Keywords: nested recursive includes Message-ID: <2941@hound.UUCP> Date: 1 Mar 89 17:21:19 GMT References: <9736@smoke.BRL.MIL> <2538@goofy.megatest.UUCP> <4329@psuvax1.cs.psu.edu> Organization: AT&T Bell Laboratories, Holmdel Lines: 8 I suppose, given all the discussion, that it might be best to Not Use Nested Includes at all. Then the only problems (minor) would be to keep the MakeFile Dependencies up to date and in sync with the actual Includes in the source code module and to get the order of inclusion correct (in case one Header File needs something that appears in another Header file). --rkl