Module Name: src Committed By: dholland Date: Fri Jun 19 06:02:31 UTC 2015
Modified Files: src/games/atc: extern.c extern.h grammar.y graphics.c input.c lex.l list.c log.c main.c update.c Removed Files: src/games/atc: include.h Log Message: Abolish the foul practice of including every header in existence via a single central "include.h". Use only headers that are actually needed. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/games/atc/extern.c src/games/atc/grammar.y cvs rdiff -u -r1.17 -r1.18 src/games/atc/extern.h cvs rdiff -u -r1.18 -r1.19 src/games/atc/graphics.c cvs rdiff -u -r1.9 -r0 src/games/atc/include.h cvs rdiff -u -r1.28 -r1.29 src/games/atc/input.c cvs rdiff -u -r1.8 -r1.9 src/games/atc/lex.l src/games/atc/list.c cvs rdiff -u -r1.21 -r1.22 src/games/atc/log.c cvs rdiff -u -r1.22 -r1.23 src/games/atc/main.c cvs rdiff -u -r1.25 -r1.26 src/games/atc/update.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.