(wripglob): Don't emit unnecessary includes.
This commit is contained in:
parent
cfc7e113ef
commit
be40df6d7b
1 changed files with 0 additions and 4 deletions
|
@ -131,11 +131,7 @@ wripglob(char *filename)
|
||||||
exit(-1);
|
exit(-1);
|
||||||
}
|
}
|
||||||
fprintf(fp, _ipglob_copyright_header);
|
fprintf(fp, _ipglob_copyright_header);
|
||||||
fprintf(fp, "#include <stdio.h>\n");
|
|
||||||
fprintf(fp, "#include <setjmp.h>\n");
|
|
||||||
fprintf(fp, "#include \"misc.h\"\n");
|
fprintf(fp, "#include \"misc.h\"\n");
|
||||||
fprintf(fp, "#include \"fnlist.h\"\n");
|
|
||||||
fprintf(fp, "#include \"proto.h\"\n\n");
|
|
||||||
fprintf(fp, "s_char empirehost[] = \"%s\";\n", HN);
|
fprintf(fp, "s_char empirehost[] = \"%s\";\n", HN);
|
||||||
fprintf(fp, "s_char empireport[] = \"%d\";\n", PN);
|
fprintf(fp, "s_char empireport[] = \"%d\";\n", PN);
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue