windows: Remove unnecessary mman inclusion (issue #587)

This commit is contained in:
danghvu
2016-07-11 13:35:06 -05:00
parent b9a10152f1
commit bb8f894872
2 changed files with 0 additions and 4 deletions

View File

@@ -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.