From bea4408fe95cd8660cafc4dbedba321ebc4f0b12 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 23 Oct 2009 20:22:17 +0200 Subject: Moving data out of newgame.cc. Also move species<->string translation from player.cc to species.cc. --- crawl-ref/source/l_you.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/l_you.cc') diff --git a/crawl-ref/source/l_you.cc b/crawl-ref/source/l_you.cc index 8e481ef9dc..e21f9d641d 100644 --- a/crawl-ref/source/l_you.cc +++ b/crawl-ref/source/l_you.cc @@ -10,9 +10,9 @@ #include "initfile.h" #include "los.h" #include "mon-util.h" -#include "newgame.h" +#include "jobs.h" #include "ouch.h" -#include "player.h" +#include "species.h" #include "religion.h" #include "skills2.h" #include "spells3.h" -- cgit v1.2.3-54-g00ecf