mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Include CommonTypes.h instead of Common.h.
This commit is contained in:
parent
bf0c4a644b
commit
fbc64984ca
285 changed files with 286 additions and 286 deletions
|
@ -5,7 +5,7 @@
|
|||
#include <cstdio>
|
||||
#include <string.h>
|
||||
|
||||
#include "Common/Common.h"
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/Crypto/bn.h"
|
||||
|
||||
static void bn_zero(u8 *d, u32 n)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue