mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-04-28 17:36:18 +00:00
fix conflicts
This commit is contained in:
parent
330e7cb87b
commit
c8550b86f0
|
@ -36,7 +36,6 @@
|
|||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <assert.h>
|
||||
#include <signal.h>
|
||||
#include "glib_compat.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
#define HUGETLBFS_MAGIC 0x958458f6
|
||||
|
||||
#include "unicorn/platform.h"
|
||||
|
||||
#include "config-host.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include <sys/mman.h>
|
||||
|
|
Loading…
Reference in a new issue