[8155] Move unneeded include from header.

This commit is contained in:
VladimirMangos 2009-07-09 22:19:18 +04:00
parent c703ce8bfd
commit 02caaf3421
3 changed files with 3 additions and 2 deletions

View file

@ -16,6 +16,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdio.h>
#include "ProgressBar.h"
char const* const barGoLink::empty = " ";

View file

@ -18,7 +18,6 @@
#ifndef MANGOSSERVER_PROGRESSBAR_H
#define MANGOSSERVER_PROGRESSBAR_H
#include <stdio.h>
#include "Platform/Define.h"
class MANGOS_DLL_SPEC barGoLink

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8154"
#define REVISION_NR "8155"
#endif // __REVISION_NR_H__