(wripglob): No need to include misc.h since rev. 1.16.

This commit is contained in:
Markus Armbruster 2005-10-22 18:55:30 +00:00
parent 7041932ae2
commit b0f44690e5

View file

@ -186,7 +186,6 @@ wripglob(char *filename)
}
fprintf(fp, copyright_header,
strrchr(filename, '/')+1, "IP globals.");
fprintf(fp, "#include \"misc.h\"\n");
fprintf(fp, "char empirehost[] = \"%s\";\n", HN);
fprintf(fp, "char empireport[] = \"%d\";\n", PN);
fclose(fp);