Bug 1046585 followup - Fix bad includes. r=me

--HG--
extra : rebase_source : f26bc191b5cd125a3f808f9fbf3150003ffff8ac
This commit is contained in:
Jan de Mooij 2014-08-01 17:14:42 +02:00
parent 04016822d8
commit 28ae45b0b6
2 changed files with 4 additions and 4 deletions

View File

@ -26,8 +26,8 @@
#ifndef assembler_jit_ExecutableAllocator_h
#define assembler_jit_ExecutableAllocator_h
#include <stddef.h> // for ptrdiff_t
#include <limits>
#include <stddef.h> // for ptrdiff_t
#include "jsalloc.h"

View File

@ -27,12 +27,12 @@
#if ENABLE_ASSEMBLER && WTF_OS_UNIX && !WTF_OS_SYMBIAN
#include <sys/mman.h>
#include <unistd.h>
#include "mozilla/DebugOnly.h"
#include "mozilla/TaggedAnonymousMemory.h"
#include <sys/mman.h>
#include <unistd.h>
#include "js/Utility.h"
namespace JSC {