CVSROOT:        /cvs
Module name:    src
Changes by:     mes...@cvs.openbsd.org  2016/01/06 07:28:09

Modified files:
        games/phantasia: fight.c gamesupport.c include.h interplayer.c 
                         io.c main.c misc.c phantglobs.c phantglobs.h 
                         phantstruct.h setup.c 

Log message:
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@

Reply via email to