[9586] Remove a useless include

This commit is contained in:
Lightguard 2010-03-15 14:42:22 +01:00
parent 703f9dd72a
commit 0bf1d4e51f
2 changed files with 1 additions and 2 deletions

View file

@ -25,7 +25,6 @@
#include "ProgressBar.h" #include "ProgressBar.h"
#include "Policies/SingletonImp.h" #include "Policies/SingletonImp.h"
#include "Player.h" #include "Player.h"
#include "ObjectGuid.h"
INSTANTIATE_SINGLETON_1(GMTicketMgr); INSTANTIATE_SINGLETON_1(GMTicketMgr);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "9585" #define REVISION_NR "9586"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__