diff options
Diffstat (limited to 'src/game/GroupReference.h')
-rw-r--r-- | src/game/GroupReference.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/GroupReference.h b/src/game/GroupReference.h index da896cf02dd..e1e550ada73 100644 --- a/src/game/GroupReference.h +++ b/src/game/GroupReference.h @@ -17,15 +17,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - #ifndef _GROUPREFERENCE_H #define _GROUPREFERENCE_H - #include "Utilities/LinkedReference/Reference.h" - class Group; class Player; - class TRINITY_DLL_SPEC GroupReference : public Reference<Group, Player> { protected: |