refactor(Core): code cleanup (part 3) (#6380)

This commit is contained in:
Francesco Borzì 2021-06-19 01:25:29 +02:00 committed by GitHub
parent 4d20442a1e
commit 23e9b85d0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 34 additions and 65 deletions

View file

@ -4,13 +4,10 @@
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "Common.h"
#include "DatabaseEnv.h"
#include "DBCDatabaseLoader.h"
#include "Errors.h"
#include "Log.h"
#include "StringFormat.h"
#include <sstream>
DBCDatabaseLoader::DBCDatabaseLoader(char const* tableName, char const* dbcFormatString, std::vector<char*>& stringPool)
: _sqlTableName(tableName),