diff --git a/src/game/Server/DB2Stores.h b/src/game/Server/DB2Stores.h old mode 100644 new mode 100755 index 01c46a434..479fd2d9a --- a/src/game/Server/DB2Stores.h +++ b/src/game/Server/DB2Stores.h @@ -26,7 +26,7 @@ #define MANGOS_DB2STORES_H #include "Common.h" -#include "Datastores/DB2Store.h" +#include "DataStores/DB2Store.h" #include "DB2Structure.h" #include diff --git a/src/shared/DataStores/DB2FileLoader.h b/src/shared/DataStores/DB2FileLoader.h old mode 100644 new mode 100755 index a3422280c..29781cf4f --- a/src/shared/DataStores/DB2FileLoader.h +++ b/src/shared/DataStores/DB2FileLoader.h @@ -27,7 +27,7 @@ #include "Platform/Define.h" #include "Utilities/ByteConverter.h" -#include "Common\Common.h" +#include "Common/Common.h" #include /** diff --git a/src/shared/DataStores/DBCFileLoader.h b/src/shared/DataStores/DBCFileLoader.h old mode 100644 new mode 100755 index cdc26e1a6..f457fb2ae --- a/src/shared/DataStores/DBCFileLoader.h +++ b/src/shared/DataStores/DBCFileLoader.h @@ -27,8 +27,8 @@ #include "Platform/Define.h" #include "Utilities/ByteConverter.h" +#include "Common/Common.h" #include -#include "Common\Common.h" /** * @brief