mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 10:35:27 +00:00
windows: Remove unnecessary mman inclusion (issue #587)
This commit is contained in:
parent
b9a10152f1
commit
bb8f894872
|
@ -2,7 +2,6 @@
|
||||||
#define UNICORN_COMMON_H_
|
#define UNICORN_COMMON_H_
|
||||||
|
|
||||||
#include "tcg.h"
|
#include "tcg.h"
|
||||||
#include <sys/mman.h>
|
|
||||||
|
|
||||||
// This header define common patterns/codes that will be included in all arch-sepcific
|
// This header define common patterns/codes that will be included in all arch-sepcific
|
||||||
// codes for unicorns purposes.
|
// codes for unicorns purposes.
|
||||||
|
|
Loading…
Reference in a new issue