Remove some more includes.

This commit is contained in:
Lioncash
2013-10-19 18:58:02 -04:00
parent 207547b425
commit 1f0710caf7
20 changed files with 42 additions and 53 deletions

View File

@ -6,10 +6,11 @@
#ifndef _MEMORYUTIL_H
#define _MEMORYUTIL_H
#include <string>
#ifndef _WIN32
#include <sys/mman.h>
#endif
#include <string>
void* AllocateExecutableMemory(size_t size, bool low = true);
void* AllocateMemoryPages(size_t size);