mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 11:38:29 +00:00
normalize includes: common
This commit is contained in:
+3
-5
@@ -1,7 +1,5 @@
|
||||
#ifndef _CRC16_H
|
||||
#define _CRC16_H
|
||||
#include "types.h"
|
||||
#pragma once
|
||||
|
||||
#include "common/types.h"
|
||||
|
||||
uint16 CRC16(const unsigned char *buf, int size, int key);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user