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
-4
@@ -1,10 +1,9 @@
|
||||
#ifndef PACKET_FILE_H
|
||||
#define PACKET_FILE_H
|
||||
#pragma once
|
||||
|
||||
#include "common/types.h"
|
||||
|
||||
#include "../common/types.h"
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
//#include <zlib.h>
|
||||
|
||||
//constants used in the packet file header
|
||||
#define PACKET_FILE_MAGIC 0x93a7b6f6
|
||||
|
||||
Reference in New Issue
Block a user