Include CommonTypes.h instead of Common.h.

This commit is contained in:
Rohit Nirmal
2014-09-07 20:06:58 -05:00
parent bf0c4a644b
commit fbc64984ca
285 changed files with 286 additions and 286 deletions

View File

@ -6,7 +6,7 @@
#include <cstddef>
#include "Common/Common.h"
#include "Common/CommonTypes.h"
u32 HashFletcher(const u8* data_u8, size_t length); // FAST. Length & 1 == 0.
u32 HashAdler32(const u8* data, size_t len); // Fairly accurate, slightly slower