mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-09 22:20:24 +00:00
normalize includes: common
This commit is contained in:
+6
-3
@@ -7,10 +7,13 @@
|
||||
* MD5Update as needed on buffers full of bytes, and then call MD5Final, which
|
||||
* will fill a supplied 16-byte array with the digest.
|
||||
*/
|
||||
|
||||
#include "md5.h"
|
||||
|
||||
#include "common/strings.h"
|
||||
#include "common/seperator.h"
|
||||
|
||||
#include <string.h> /* for memcpy() */
|
||||
#include "../common/md5.h"
|
||||
#include "../common/strings.h"
|
||||
#include "../common/seperator.h"
|
||||
|
||||
MD5::MD5() {
|
||||
memset(pMD5, 0, 16);
|
||||
|
||||
Reference in New Issue
Block a user