mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[9586] Remove a useless include
This commit is contained in:
parent
703f9dd72a
commit
0bf1d4e51f
2 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue