diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-03-24 16:16:47 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-03-24 17:28:38 -0700 |
commit | f871e026bedc296c235dae02e533617fe9a4d3f2 (patch) | |
tree | 35cfbaf5ae55a6267cafa64f2594dc0eee39dea0 /main.c | |
parent | 26cb2802170d349fa1b2ab2237e6f2c0d1df1709 (diff) |
Delete portions of imakemdep.h not used by makedepend
This header was shared by imake & makedepend in the monolith, but each
got its own copy in the modular builds.
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -85,9 +85,7 @@ char *directives[] = { NULL }; -#define MAKEDEPEND -#include "imakemdep.h" /* from config sources */ -#undef MAKEDEPEND +#include "imakemdep.h" struct inclist inclist[ MAXFILES ], *inclistp = inclist, |