diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-11 20:23:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-11 20:23:08 +0300 |
commit | ef5e90f62ca8ad28309c5c9f7cf703a202f7fb1d (patch) | |
tree | 5e1ebff331c2988ff30ce6f9e2e63eb9b5cdc0ca /src/being/playerrelations.cpp | |
parent | caea9420c61be39e1d835e3fa9ed34c2389aa9d5 (diff) | |
download | plus-ef5e90f62ca8ad28309c5c9f7cf703a202f7fb1d.tar.gz plus-ef5e90f62ca8ad28309c5c9f7cf703a202f7fb1d.tar.bz2 plus-ef5e90f62ca8ad28309c5c9f7cf703a202f7fb1d.tar.xz plus-ef5e90f62ca8ad28309c5c9f7cf703a202f7fb1d.zip |
Move playerignorestrategy into separate file.
Diffstat (limited to 'src/being/playerrelations.cpp')
-rw-r--r-- | src/being/playerrelations.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being/playerrelations.cpp b/src/being/playerrelations.cpp index 90f19c236..cdba9bfb6 100644 --- a/src/being/playerrelations.cpp +++ b/src/being/playerrelations.cpp @@ -26,6 +26,7 @@ #include "configuration.h" #include "being/localplayer.h" +#include "being/playerignorestrategy.h" #include "utils/dtor.h" #include "utils/gettext.h" |