diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-06-29 21:16:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-06-30 14:43:34 +0300 |
commit | 9a39234015f092c5eb0f461da91689e71bf43943 (patch) | |
tree | e798f45bc08f3015020972a2db0f015eb8cc0c42 /src/gui/models/playertablemodel.h | |
parent | 23a3e48c33b14cc0bda0eb3fda361961e8d6172c (diff) | |
download | ManaVerse-9a39234015f092c5eb0f461da91689e71bf43943.tar.gz ManaVerse-9a39234015f092c5eb0f461da91689e71bf43943.tar.bz2 ManaVerse-9a39234015f092c5eb0f461da91689e71bf43943.tar.xz ManaVerse-9a39234015f092c5eb0f461da91689e71bf43943.zip |
Fix code style.
Diffstat (limited to 'src/gui/models/playertablemodel.h')
-rw-r--r-- | src/gui/models/playertablemodel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/models/playertablemodel.h b/src/gui/models/playertablemodel.h index de21224b8..6525a38b3 100644 --- a/src/gui/models/playertablemodel.h +++ b/src/gui/models/playertablemodel.h @@ -27,8 +27,6 @@ #include "gui/models/tablemodel.h" -#include "being/playerrelation.h" - #include "localconsts.h" class PlayerRelationListModel; |