diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-18 01:59:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-18 01:59:32 +0300 |
commit | 10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4 (patch) | |
tree | 111df89896898fd8e5393c78fc1d0c827a43a2c0 /src/gui/widgets/tabs/socialplayerstab.h | |
parent | 9de5161f9d55e4e2ece1653e6cb7decf5b3f0b9b (diff) | |
download | plus-10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4.tar.gz plus-10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4.tar.bz2 plus-10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4.tar.xz plus-10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4.zip |
Remove useless includes.
Diffstat (limited to 'src/gui/widgets/tabs/socialplayerstab.h')
-rw-r--r-- | src/gui/widgets/tabs/socialplayerstab.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/gui/widgets/tabs/socialplayerstab.h b/src/gui/widgets/tabs/socialplayerstab.h index 2026a6346..bb2e2250a 100644 --- a/src/gui/widgets/tabs/socialplayerstab.h +++ b/src/gui/widgets/tabs/socialplayerstab.h @@ -23,8 +23,22 @@ #include "gui/widgets/tabs/socialtab.h" +#include "actormanager.h" +#include "party.h" + +#include "being/being.h" + +#include "gui/models/beingslistmodel.h" + +#include "utils/gettext.h" +#include "utils/delete2.h" +#include "utils/stringutils.h" + #include "localconsts.h" +class Avatar; +class Being; + class SocialPlayersTab final : public SocialTab { public: |