1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/games
mestre 010ae45bb5 Remove unnecessary header files from phantasia(6)
Lesson learnt: don't include an header sorted alphabetically just because. The
external definition of variables was done on phantglobs.h but their declaration
was on phantstruct.h and therefore the latter must be included before the
former. It's easier to just include phantstruct.h inside phantglobs.h since it
always need it.

With help and OK from tb@
2016-01-06 14:28:09 +00:00
..
adventure About 13 years ago when the idiom srandom(time()), and sometimes 2016-01-03 14:38:16 +00:00
arithmetic About 13 years ago when the idiom srandom(time()), and sometimes 2016-01-03 14:38:16 +00:00
atc About 13 years ago when the idiom srandom(time()), and sometimes 2016-01-03 14:38:16 +00:00
backgammon About 13 years ago when the idiom srandom(time()), and sometimes 2016-01-03 14:38:16 +00:00
banner - use strtonum(3) instead of atoi(3) 2015-12-25 23:41:43 +00:00
battlestar don't declar main. from Michal Mazurek 2016-01-01 15:56:03 +00:00
bcd include err.h for err() calls added with recent pledge commits. 2015-10-23 02:01:15 +00:00
boggle About 13 years ago when the idiom srandom(time()), and sometimes 2016-01-03 14:38:16 +00:00
bs About 13 years ago when the idiom srandom(time()), and sometimes 2016-01-03 14:38:16 +00:00
caesar Use __progname instead of hand-rolled parsing of argv[0]. 2015-12-16 14:21:50 +00:00
canfield About 13 years ago when the idiom srandom(time()), and sometimes 2016-01-03 14:38:16 +00:00
cribbage Include only needed header files per each source file 2015-12-31 18:10:19 +00:00
factor More headers removal and sorted the remaining alphabetically. 2016-01-04 11:58:35 +00:00
fish More headers removal and sorted the remaining alphabetically. 2016-01-04 11:58:35 +00:00
fortune More headers removal and sorted the remaining alphabetically. 2016-01-04 11:58:35 +00:00
gomoku More cleanup and sorting on header section 2016-01-04 17:33:24 +00:00
grdc More cleanup and sorting on header section 2016-01-04 17:33:24 +00:00
hack Set as __dead a few more functions, that don't return, on games/ 2015-12-26 00:26:39 +00:00
hangman More cleanup and sorting on header section 2016-01-04 17:33:24 +00:00
hunt Set as __dead a few more functions, that don't return, on games/ 2015-12-26 00:26:39 +00:00
mille About 13 years ago when the idiom srandom(time()), and sometimes 2016-01-03 14:38:16 +00:00
monop pledge "stdio rpath wpath cpath" 2015-11-21 03:20:30 +00:00
morse More cleanup and sorting on header section 2016-01-04 17:33:24 +00:00
number More cleanup and sorting on header section 2016-01-04 17:33:24 +00:00
phantasia Remove unnecessary header files from phantasia(6) 2016-01-06 14:28:09 +00:00
pig More cleanup and sorting on header section 2016-01-04 17:33:24 +00:00
pom More cleanup and sorting on header section 2016-01-04 17:33:24 +00:00
ppt More cleanup and sorting on header section 2016-01-04 17:33:24 +00:00
primes More headers removal and sorted the remaining alphabetically. 2016-01-04 11:58:35 +00:00
quiz More cleanup and sorting on header section 2016-01-04 17:33:24 +00:00
rain More cleanup and sorting on header section 2016-01-04 17:33:24 +00:00
random More headers removal and sorted the remaining alphabetically. 2016-01-04 11:58:35 +00:00
robots More cleanup and sorting on header section 2016-01-04 17:33:24 +00:00
sail Include only needed header files per each source file 2015-12-31 16:44:21 +00:00
snake More cleanup and sorting on header section 2016-01-04 17:33:24 +00:00
tetris More cleanup and sorting on header section 2016-01-04 17:33:24 +00:00
trek pledge "stdio rpath wpath cpath" for this one. 2015-11-30 08:55:26 +00:00
wargames
worm More cleanup and sorting on header section 2016-01-04 17:33:24 +00:00
worms More cleanup and sorting on header section 2016-01-04 17:33:24 +00:00
wump More cleanup and sorting on header section 2016-01-04 17:33:24 +00:00
Makefile
Makefile.inc Build most of games/ with -Werror-implicit-function-declaration. 2015-12-28 20:55:55 +00:00