mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
normalize includes: zone
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#ifndef EQEMU_COMBAT_RECORD_H
|
||||
#define EQEMU_COMBAT_RECORD_H
|
||||
#pragma once
|
||||
|
||||
#include "common/types.h"
|
||||
|
||||
#include <ctime>
|
||||
#include <string>
|
||||
#include "../common/types.h"
|
||||
|
||||
class CombatRecord {
|
||||
public:
|
||||
@@ -25,5 +25,3 @@ private:
|
||||
int64 m_damage_received = 0;
|
||||
int64 m_heal_received = 0;
|
||||
};
|
||||
|
||||
#endif //EQEMU_COMBAT_RECORD_H
|
||||
|
||||
Reference in New Issue
Block a user