mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
normalize includes: common
This commit is contained in:
+6
-6
@@ -1,8 +1,10 @@
|
||||
#ifndef EQEMU_TASKS_H
|
||||
#define EQEMU_TASKS_H
|
||||
#pragma once
|
||||
|
||||
#include "common/emu_versions.h"
|
||||
#include "common/eqemu_logsys.h"
|
||||
#include "common/serialize_buffer.h"
|
||||
#include "common/strings.h"
|
||||
|
||||
#include "../common/strings.h"
|
||||
#include "serialize_buffer.h"
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
|
||||
@@ -564,5 +566,3 @@ namespace TaskStr {
|
||||
return "Unknown EQStr";
|
||||
}
|
||||
}
|
||||
|
||||
#endif //EQEMU_TASKS_H
|
||||
|
||||
Reference in New Issue
Block a user