mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
* Lib trinitydatabase builds again
--HG-- branch : trunk
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
#ifndef DBC_FILE_LOADER_H
|
||||
#define DBC_FILE_LOADER_H
|
||||
#include "Platform/Define.h"
|
||||
#include "Define.h"
|
||||
#include "Utilities/ByteConverter.h"
|
||||
#include <cassert>
|
||||
|
||||
|
||||
@@ -19,18 +19,18 @@
|
||||
*/
|
||||
|
||||
#include "DatabaseEnv.h"
|
||||
#include "Config/ConfigEnv.h"
|
||||
#include "Configuration/ConfigEnv.h"
|
||||
|
||||
#include "Common.h"
|
||||
#include "UpdateFields.h"
|
||||
#include "Updates/UpdateFields.h"
|
||||
|
||||
#include "Util.h"
|
||||
#include "Utilities/Util.h"
|
||||
#include "Policies/SingletonImp.h"
|
||||
#include "Platform/Define.h"
|
||||
#include "Threading.h"
|
||||
#include "Define.h"
|
||||
#include "Threading/Threading.h"
|
||||
#include "Database/SqlDelayThread.h"
|
||||
#include "Database/SqlOperations.h"
|
||||
#include "Timer.h"
|
||||
#include "Utilities/Timer.h"
|
||||
|
||||
|
||||
#include <ctime>
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include "ProgressBar.h"
|
||||
#include "Log.h"
|
||||
#include "DBCFileLoader.h"
|
||||
#include "Utilities/ProgressBar.h"
|
||||
#include "Logging/Log.h"
|
||||
#include "DataStores/DBCFileLoader.h"
|
||||
|
||||
template<class T>
|
||||
template<class S, class D>
|
||||
|
||||
@@ -25,9 +25,9 @@
|
||||
|
||||
#include "ace/Thread_Mutex.h"
|
||||
#include "ace/Method_Request.h"
|
||||
#include "LockedQueue.h"
|
||||
#include "Threading/LockedQueue.h"
|
||||
#include <queue>
|
||||
#include "Utilities/Callback.h"
|
||||
#include "Threading/Callback.h"
|
||||
#include "QueryResult.h"
|
||||
|
||||
/// ---- BASE ---
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
for cross platform where they have different endians.
|
||||
*/
|
||||
|
||||
#include<Platform/Define.h>
|
||||
#include "Define.h"
|
||||
#include<algorithm>
|
||||
|
||||
namespace ByteConverter
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#ifndef TRINITY_TIMER_H
|
||||
#define TRINITY_TIMER_H
|
||||
|
||||
#include "shared/CompilerDefs.h"
|
||||
#include "CompilerDefs.h"
|
||||
|
||||
#if PLATFORM == PLATFORM_WINDOWS
|
||||
# include <ace/config-all.h>
|
||||
|
||||
Reference in New Issue
Block a user