From 26b5e033ffde3d161382fc9addbfa99738379641 Mon Sep 17 00:00:00 2001 From: maximius Date: Sat, 17 Oct 2009 15:35:07 -0700 Subject: *Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and some other cleanups by hand) *Fix a possible crash in Spell::DoAllEffectOnTarget --HG-- branch : trunk --- src/framework/GameSystem/GridReference.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/framework/GameSystem/GridReference.h') diff --git a/src/framework/GameSystem/GridReference.h b/src/framework/GameSystem/GridReference.h index d4bd6752515..e6bd5da1237 100644 --- a/src/framework/GameSystem/GridReference.h +++ b/src/framework/GameSystem/GridReference.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 _GRIDREFERENCE_H #define _GRIDREFERENCE_H - #include "Utilities/LinkedReference/Reference.h" - template class GridRefManager; - template class TRINITY_DLL_SPEC GridReference : public Reference, OBJECT> { -- cgit v1.2.3