refactor(Core): sort #includes alphabetically (#4579)

This commit is contained in:
Kitzunu
2021-02-24 22:34:42 +01:00
committed by GitHub
parent 51342ef9b5
commit dbc0ff6554
839 changed files with 3120 additions and 3157 deletions

View File

@@ -5,9 +5,9 @@
#ifndef AZEROTHCORE_WORLDMOCK_H
#define AZEROTHCORE_WORLDMOCK_H
#include "ArenaSpectator.h"
#include "gmock/gmock.h"
#include "IWorld.h"
#include "ArenaSpectator.h"
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"

View File

@@ -2,8 +2,8 @@
* Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3
*/
#include "gtest/gtest.h"
#include "Formulas.h"
#include "gtest/gtest.h"
#include "LogMock.h"
#include "WorldMock.h"