mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
normalize includes: common
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "directory.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "win_dirent.h"
|
||||
#include "common/util/win_dirent.h"
|
||||
#else
|
||||
#include <dirent.h>
|
||||
#endif
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <streambuf>
|
||||
#include <istream>
|
||||
#include <ostream>
|
||||
#include <streambuf>
|
||||
|
||||
namespace EQ
|
||||
{
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#include "uuid.h"
|
||||
|
||||
#include "fmt/format.h"
|
||||
|
||||
#include <ios>
|
||||
#include <fmt/format.h>
|
||||
#include <fmt/ranges.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <objbase.h>
|
||||
|
||||
+1
-1
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <ostream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <ostream>
|
||||
|
||||
namespace EQ
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user