[6900] Remove unneed include dependence.

This commit is contained in:
VladimirMangos 2008-12-12 16:35:15 +03:00
parent 0f12997ef1
commit e3c093a3ab
2 changed files with 1 additions and 2 deletions

View file

@ -23,6 +23,5 @@
#include "Common.h" #include "Common.h"
#include "dotconfpp/dotconfpp.h" #include "dotconfpp/dotconfpp.h"
#include "Config.h" #include "Config.h"
#include "Log.h"
#endif #endif

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 "6899" #define REVISION_NR "6900"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__