mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-14 02:43:50 +00:00
windows: Remove unnecessary mman inclusion (issue #587)
This commit is contained in:
parent
b9a10152f1
commit
bb8f894872
2 changed files with 0 additions and 4 deletions
|
|
@ -2,7 +2,6 @@
|
|||
#define UNICORN_COMMON_H_
|
||||
|
||||
#include "tcg.h"
|
||||
#include <sys/mman.h>
|
||||
|
||||
// This header define common patterns/codes that will be included in all arch-sepcific
|
||||
// codes for unicorns purposes.
|
||||
|
|
|
|||
3
uc.c
3
uc.c
|
|
@ -15,9 +15,6 @@
|
|||
#include <time.h> // nanosleep
|
||||
|
||||
#include <string.h>
|
||||
#ifndef _WIN32
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
#include "uc_priv.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue