mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Core/Misc: C++17 cleanups, commit 3, the header commit
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
#ifndef TRINITY_CHATCOMMANDHELPERS_H
|
||||
#define TRINITY_CHATCOMMANDHELPERS_H
|
||||
|
||||
#include "advstd.h"
|
||||
#include <type_traits>
|
||||
|
||||
namespace Trinity
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#ifndef TRINITY_CHATCOMMANDTAGS_H
|
||||
#define TRINITY_CHATCOMMANDTAGS_H
|
||||
|
||||
#include "advstd.h"
|
||||
#include "ChatCommandHelpers.h"
|
||||
#include "Hyperlinks.h"
|
||||
#include "Optional.h"
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
#ifndef TRINITY_HYPERLINKS_H
|
||||
#define TRINITY_HYPERLINKS_H
|
||||
|
||||
#include "advstd.h"
|
||||
#include "ObjectGuid.h"
|
||||
#include <string>
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
|
||||
struct AchievementEntry;
|
||||
|
||||
Reference in New Issue
Block a user