mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 23:40:26 +00:00
normalize includes: common
This commit is contained in:
+3
-5
@@ -1,7 +1,7 @@
|
||||
#ifndef EQTIME_H
|
||||
#define EQTIME_H
|
||||
#pragma once
|
||||
|
||||
#include "common/eq_packet_structs.h"
|
||||
|
||||
#include "../common/eq_packet_structs.h"
|
||||
#include <string>
|
||||
|
||||
//Struct
|
||||
@@ -48,5 +48,3 @@ private:
|
||||
//This is our tz offset
|
||||
int32 timezone;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user