Updated code to use the new name for the race dialog.

This commit is contained in:
Jan Borsodi 2010-09-14 22:01:45 +02:00
parent 93608ca892
commit 4675402e0b
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#include "mw_chargen.hpp" #include "race.hpp"
#include "../mwworld/environment.hpp" #include "../mwworld/environment.hpp"
#include "../mwworld/world.hpp" #include "../mwworld/world.hpp"
#include "components/esm_store/store.hpp" #include "components/esm_store/store.hpp"

View file

@ -1,6 +1,6 @@
#include "window_manager.hpp" #include "window_manager.hpp"
#include "mw_layouts.hpp" #include "mw_layouts.hpp"
#include "mw_chargen.hpp" #include "race.hpp"
#include "../mwmechanics/mechanicsmanager.hpp" #include "../mwmechanics/mechanicsmanager.hpp"