diff options
Diffstat (limited to 'src/gui/char_select.h')
-rw-r--r-- | src/gui/char_select.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/gui/char_select.h b/src/gui/char_select.h index 5cdb0712..b229a04c 100644 --- a/src/gui/char_select.h +++ b/src/gui/char_select.h @@ -24,11 +24,13 @@ #ifndef _CHAR_SELECT_H #define _CHAR_SELECT_H -#include "../playerinfo.h" -#include "../net/network.h" -#include "gui.h" #include "confirm_dialog.h" -#include "playerbox.h" +#include "window.h" + +#include "../guichanfwd.h" + +class PlayerBox; +struct PLAYER_INFO; /** * Character selection dialog. |