Core/Misc: Use proper headers to optimize compile

This commit is contained in:
Vincent-Michael
2012-07-29 21:40:10 +02:00
parent caea2a16a6
commit 634b3645d5
425 changed files with 995 additions and 424 deletions

View File

@@ -16,10 +16,10 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "ScriptPCH.h"
#include "ScriptSystem.h"
#include "ObjectMgr.h"
#include "DatabaseEnv.h"
#include "ScriptMgr.h"
ScriptPointVector const SystemMgr::_empty;